choud not autowired,no bean

Posted 一入java深似海

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了choud not autowired,no bean相关的知识,希望对你有一定的参考价值。

spring框架中,经常碰到这个问题,不能注入,没有实体类,出现在service层引用dao/mapper层的时候。controller层引用service层没问题,因为service实体类中有@service注解,但是dao/mapper层没有。解决方法五花八门。也是在度娘身上胡乱摸索多次得到的。一个是在dao或mapper层的×Dao类前加入@component 注解,有时不能用。另一个是在file中选project  structure,在facets项目上把spring下的该项目删除,出来看就回复正常了。还有一种掩耳盗铃的方法,可以修改该报错的报错等级,这样运行的时候,自然见不到error。

以上是关于choud not autowired,no bean的主要内容,如果未能解决你的问题,请参考以下文章

IDEA报错Could not autowire. No beans of 'XXXXX' type found

Java--使用@Autowired报错Could not autowire. No beans of ‘XX‘ type found.

Could not autowire. No beans of 'TbItemMapper' type found. less... (Ctrl+F1) Checks autowir

Field injection is not recommended和Could not autowired. No beans of 'xxx' type found.

分享知识-快乐自己:intellij Idea报错Could not autowire. No beans of...

Could not autowire. No beans of 'int' type found. less... (Ctrl+F1) Checks autowiring probl