springboot启动失败 required a bean of type ‘XXX‘ not be found

在使用springboot中的属性依赖注入@Autowired时,idea报了一个警告,运行报错启动失败
在这里插入图片描述

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2022-11-23 11:18:33.065 ERROR 4656 --- [           main] o.s.b.d.LoggingFailureAnalysisReporter   : 
 
***************************
APPLICATION FAILED TO START
***************************
 
Description:
 
Field userTextMapper in com.springboot.demo.service.UserTextService required a bean of type 'com.springboot.demo.dao.UserTextMapper' that could not be found.
 
 
Action:
 
Consider defining a bean of type 'com.springboot.demo.dao.UserTextMapper' in your configuration.
 
Disconnected from the target VM, address: '127.0.0.1:49908', transport: 'socket'
 
Process finished with exit code 1

1、对应接口添加@Repository注解
2、由属性依赖注入改为构造器或set方法注入
3、对应接口添加@Mapper注解或启动类增加@MapperScan扫描(网上方法本人无效)
4、启动类未扫描到子包,注意包层次结构
4、启动类设置@SpringBootApplication(scanBasePackages={“com.xxx.xxx”})or@ComponentScan({“com.xxx.xxx”})

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

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值