bootstrap.yml
server.port: 8888 spring: application.name: user-domain cloud.config.name: user-domain http.multipart.max-file-size: 100000KB http.multipart.max-request-size: 100000KB # profiles.active: dev profiles.active: test #profiles.active: train eureka.client.serviceUrl: # defaultZone: http://127.0.0.1:8761/eureka defaultZone: http://127.0.0.2:8761/eureka #defaultZone: http://127.0.0.3:8761/eureka