您的位置:首页 > 产品设计 > UI/UE

Field XXX in com.XX.XXX.SubjectApiServiceImpl required a bean of type that could not be found.

2020-06-03 05:29 826 查看

APPLICATION FAILED TO START

Description:

Field iOrderService in XXX in com.XX.XXX.SubjectApiServiceImpl required a bean of type ‘com.XX.XXX.api.iservice.XXXX’ that could not be found.
feign 调用失败,报错查不到。
检查服务启动类,是否注册了该feign客户端
@EnableFeignClients(basePackages = {“com.xxx.xxx.api.iservice”})

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐