Files
mall-ebtp-cloud/examples/eureka-example/src/main/resources/application.yml
2020-10-28 23:21:51 +08:00

12 lines
470 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
spring:
application:
name: eureka-example
# 胜智云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}