bugidea无法使用@Autowired , 提示could not autowire

Posted 敲你码

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了bugidea无法使用@Autowired , 提示could not autowire相关的知识,希望对你有一定的参考价值。

方法引用自:https://www.cnblogs.com/pengyonglei/p/6866130.html

提示:

  

原因:

  是因为IDEA里面检查的问题

解决方式 

因为spring检查的级别是error级别 , 我们需要改成Warning级别就可以了 . 

 

 4. 问题解决了.

以上是关于bugidea无法使用@Autowired , 提示could not autowire的主要内容,如果未能解决你的问题,请参考以下文章

使用 SpringBootTest 和 Autowired 注解时 LogCaptor 无法捕获

spring中无法使用 @Autowired注解注入静态变量的原因刨析

SpringBoot 拦截器中无法使用 @Autowired 注入 Service

解决Spring Boot集成Shiro,配置类使用Autowired无法注入Bean问题

无法定义 Bean 类型并且 Autowired 为 Null [重复]

使用@Autowired注解无法注入(使用service报空指针异常)的问题解决,亲测可用!