![]() |
最近时间少了, 隔了这么久, 才做了一个网站 |
有没有用spring cloud 得小伙伴,在注册服务之后,调用时报:
com.netflix.client.ClientException: Load balancer does not have available server for client: ec
得解决方案,
(ps:相关依赖也已经引入 如下)
<!--增加eureka-client的依赖-->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-eureka</artifactId>
</dependency>
<!-- 添加 feign 依赖,远程调用rest api-->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-feign</artifactId>
</dependency>
过早客微信公众号:guozaoke • 过早客新浪微博:@过早客 • 广告投放合作微信:fullygroup50 鄂ICP备2021016276号-2 • 鄂公网安备42018502001446号