我有一个没有使用@springbootapplication的项目,我想使用feign client,并且我使用了@enablefeignclients,但是对于feign client,我得到了错误“no qualification bean of type”,有什么解决方法吗?
kkbh8khc1#
是的,但你必须补充:
@EnableAutoConfiguration: enable Spring Boot’s auto-configuration mechanism @ComponentScan: enable @Component scan on the package where the application is located
1条答案
按热度按时间kkbh8khc1#
是的,但你必须补充: