引用feignClient对象项目启动异常-Consider defining a bean of type ‘com.xxx.service.xxxRemote‘ in your configura

11 篇文章 0 订阅
2 篇文章 0 订阅

项目中依赖其他项目提供的feign接口,服务无法启动。控制台打印相关信息。

Field channelApiInfoRemote in com.xxx.xxx.service.impl.xxxImpl required a bean of type 'com.xxx.service.xxxRemote' 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.xxx.service.xxxRemote' in your configuration.

1、检查启动类【XXXApplication】有没有添加注解@EnableFeignClients

2、若启动还是报错则检查当前项目包路径com.xxx.xxx和引用的feign对象包路径com.xxx.feign.xxx是否一致,若不一致在注解@EnableFeignClients上添加参数basePackages】指定feign对象的包路径@EnableFeignClients(basePackages = {"com.xxx.feign.xxx.service"})

这个异常一般原因时springboot启动时没能扫描到feign对象存在的项目路径,导致无法加载对象到服务中。

  • 4
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 2
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值