com.netflix.client.ClientException: Load balancer does not have available server for clien
1,报错信息2错误原因在SpringCloud项目,会经常用一个服务a中调用另一个微服务b,明明启动了微服务b,但是却仍然报错com.netflix.client.ClientException:Loadbalancerdoesnothaveavailableserverforclient:xxx因为自己在配置文件中加了fetch-registry:false#要不要去注册中心获取其他服务的地址.