SpringBoot注入出现@org.springframework.beans.factory.annotation.Autowired(required=true)

Posted Maynor的大数据奋斗之路

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringBoot注入出现@org.springframework.beans.factory.annotation.Autowired(required=true)相关的知识,希望对你有一定的参考价值。

问题:
Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired

解决:
https://blog.csdn.net/cxyshine/article/details/60481184?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRLIST%7Edefault-1.no_search_link&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRLIST%7Edefault-1.no_search_link

在这篇文章的启发下 把Dog类放在同一个包下解决
但是为啥扫描不到不同包??

以上是关于SpringBoot注入出现@org.springframework.beans.factory.annotation.Autowired(required=true)的主要内容,如果未能解决你的问题,请参考以下文章

Springboot单元测试调用Service或Dao方法出现空指针异常

SpringBoot注入出现@org.springframework.beans.factory.annotation.Autowired(required=true)

SpringBoot注入出现@org.springframework.beans.factory.annotation.Autowired(required=true)

如何搭建spring boot

springBoot Interceptor拦截器注入mapper 为null

SpringBoot09:整合Mybatis