解決spring cloud下@FeignClient注入bean找不到異常

異常信息以下api

Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.2018-01-17 19:34:44.265 ERROR 9468 --- [           main] o.s.b.d.LoggingFailureAnalysisReporter   :  ***************************APPLICATION FAILED TO START*************************** Description: Field userClient in org.aodous.mall.luckybag.service.impl.ApiServiceImpl required a bean of type 'org.aodous.mall.luckybag.api.user.UserClient' that could not be found.  Action: Consider defining a bean of type 'org.aodous.mall.luckybag.api.user.UserClient' in your configuration.  Process finished with exit code 1

在xxxAplication類中加入註解@EnableFeignClients,bean找不到錯誤完美解決app

相關文章
相關標籤/搜索