分别配置
eureka:
client:
service-url:
defaultZone: http://localhost:8761/eureka/
eureka:
client:
service-url:
defaultZone: http://localhost:8762/eureka/
http://localhost:8761/ 如下:
http://localhost:8762/ 如下:
Eureka Client 配置
eureka:
client:
service-url:
defaultZone: http://localhost:8761/eureka/,http://localhost:8762/eureka/