##SpringCloud报错: com.netflix.client.ClientException: Load balancer does not have available server for client: …
简单字面理解就是:注册中心没有可用的服务
原因:
- 没有注册服务:
eureka:
client:
serviceUrl:
defaultZone: http://localhost:8761/eureka/
- 注册失败:
确保上面的配置完全正确(比如:defaultZone的最后一个斜杠没写也会导致错误)
强烈建议查阅官方文档:https://cloud.spring.io/spring-cloud-netflix/reference/html/