springcloud 出现unavailable-replicas 原因:

1、 部分服务不可用
2、 直接使用了ip地址作为hostname
application.properties
# 不能直接使用ip地址,否则会出现unavailable-replicas
eureka.instance.hostname=eureka-server2

 

相关文章:

  • 2021-09-17
  • 2021-07-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-10
猜你喜欢
  • 2022-12-23
  • 2021-10-13
  • 2022-01-01
  • 2021-10-07
  • 2021-07-17
  • 2021-09-18
  • 2018-11-11
相关资源
相似解决方案