Files
mall-ebtp-cloud/examples/eureka-example/src/main/resources/application-dev.yml
Administrator 4518c665f9 1. 增加了apollo 配置中心使用的 demo
2. 调整了apollo starter的pom, 增加了对于mvc starter的依赖
2020-10-29 10:47:42 +08:00

8 lines
418 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

server:
port: 8082
max-http-header-size: 1000000
# 胜智云eureka 统一配置 (以下内容已在starter中配置好如无必要无需定义)
# eureka.client.service-url.defaultZone=http://192.168.40.17:12093/eureka/,http://192.168.40.17:18126/eureka/,http://192.168.40.17:28641/eureka/
# eureka.instance.prefer-ip-address=true
# eureka.instance.instance-id=${spring.cloud.client.ip-address}:${server.port}