application.yml 293 B

1234567
  1. server:
  2. port: 80
  3. eureka:
  4. client:
  5. service-url:
  6. defaultZone: http://QingSe:hello@eureka-7001.com:7001/eureka,http://QingSe:hello@eureka-7002.com:7002/eureka,http://QingSe:hello@eureka-7003.com:7003/eureka #绑定到此地址中的eureka注册中心
  7. register-with-eureka: false