albin微服务2Eureka-Server-高可用

4次阅读

共计 299 个字符,预计需要花费 1 分钟才能阅读完成。

分别配置

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/

正文完
 0