# info info.eureka.host01=192.168.1.181 info.eureka.host02=192.168.1.181 info.eureka.port01=5761 info.eureka.port02=5762 # profile spring.profiles.active=dev # eureka eureka.client.serviceUrl.defaultZone=http://${info.eureka.host01}:${info.eureka.port01}/eureka/,http://${info.eureka.host02}:${info.eureka.port02}/eureka/ # server server.port=5880 # application spring.application.name=roncoo-education-web-boss # spring cloud config client spring.cloud.config.profile=${spring.profiles.active} spring.cloud.config.label=master spring.cloud.config.discovery.enabled=true spring.cloud.config.discovery.service-id=roncoo-education-server-config