首页 > 编程语言 > 详细

SpringBoot: Field xxx in xxx required a bean of type 'xxx' that could not be found.

时间:2020-01-03 21:09:04      阅读:369      评论:0      收藏:0      [点我收藏+]

SpringBoot自动注入报了如下错误

技术分享图片

 

 、

原因是我这个模块依赖另一个模块里面的被Spring管理的类,但是不在同一包下面,

技术分享图片

技术分享图片

 

 并且启动类不是在根包下面,所以就导致了springboot启动的时候扫描不到,也就管理不到这个类,也就无法找到,

 

解决方案:

  1.SpringBoot启动类放到包的跟包下面比如每个包都包含 cn.arebirth.xx  那就放在cn.arbeirth下面

  2.设置SpringBoot扫描的包技术分享图片路径即可解决

SpringBoot: Field xxx in xxx required a bean of type 'xxx' that could not be found.

原文:https://www.cnblogs.com/arebirth/p/springbootautowiredbasepackagepatherror.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!