2020-05-19 23:20:29.855 ERROR 10700 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
Field skuFeign in com.xxxx.service.impl.SkuServiceImpl required a bean of type 'com.xxxx.goods.feign.SkuFeign' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'com.xxxxx.goods.feign.SkuFeign' in your configuration.
------------------------真是郁闷处理上面的错误搞了1天 @FeignClient(),@EnableFeignClient(basepackages={'****'})都没问题. 最后发现maven依赖 feign客户端 依赖多复制了<scope>provided</scope>....差点要删库跑路了