SpringCloud整合Feign出现问题:No Feign Client for loadBalancing defined

在使用springcloud 整合Feign客户端调用程序的过程中,突然出现了这个问题:

error:

FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: No Feign Client for loadBalancing defined. Did you forget to include spring-cloud-starter-netflix-ribbon?

 

 

 

在网上找了好久也没有找到答案,后来检查了一下,是由于没有引入  eureka依赖导致的,添加上eureka依赖后问题解决。

希望能够帮助到大家

 

 

想学java的同学,也可以看我的java基础教学视频https://www.bilibili.com/video/av37413483?from=search&seid=16996396768466285203,免费学习

你可能感兴趣的:(SpringCloud整合Feign出现问题:No Feign Client for loadBalancing defined)