应用注册Eureka配置

server.port: 8888
spring:
application.name: user-domain-wuey01
cloud.config.name: user-domain
http.multipart.max-file-size: 100000KB
http.multipart.max-request-size: 100000KB

# profiles.active: development
profiles.active: test
#profiles.active: train
eureka.client.serviceUrl:
# defaultZone: http://localhost:8761/eureka
defaultZone: http://localhost:8761/eureka
#defaultZone: http://localhost:8761/eureka

原文地址:https://www.cnblogs.com/wueryuan/p/14917469.html