SpringCloud +openfeign 启动报错

在尝试启动应用程序时遇到了ApplicationContext错误,提示需要在debug模式下重新运行以查看条件报告。问题在于UserController中的GoodsFeignService注入失败,系统找不到对应的bean。解决方案可能涉及到在多模块项目中,当有多个启动类使用了@EnableFeignClients注解时,需要明确指定basepackage。
摘要由CSDN通过智能技术生成
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2023-02-14 21:42:10.851 ERROR 7392 --- [           main] o.s.b.d.LoggingFailureAnalysisReporter   : 

***************************
APPLICATION FAILED TO START
***************************

Description:

Field goodsFeignService in com.waper.auth.controller.UserController required a bean of type 'com.waper.goodsserviceapi.feign.GoodsFeignService' 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.waper.goodsserviceapi.feign.GoodsFeignService' in your configuration.

网上看到说是:

如果只有一个启动类中存在@EnableFeignClients注解,那么不需要加basepackage也不会报错并启动成功;
但是一旦有了两个或以上的业务模块作为feign客户端,也就是有两个以上的启动类上存在@EnableFeignClients注解,不加basepackage将报如上错误。

在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值