IDEA工具开发使用@Autowired注解报错解决方案

Posted zouhong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IDEA工具开发使用@Autowired注解报错解决方案相关的知识,希望对你有一定的参考价值。

使用IDEA工具进行开发的时候,需要@Autowired自动注解bean。使用@Autowired时会报红线,但是项目依然能够运行

 现有的解决的方案是:

打开file-settings或者ctrl+alt+s -> Editor

技术图片

 

 然后在Inspections 点击搜索栏 输入Spring Core

技术图片

 

 在Spring Core -> Code -> Autowring for Bean Class中将Severity的级别由之前的error改成warning。

技术图片

 

 https://blog.csdn.net/m0_43452671/article/details/100514358

以上是关于IDEA工具开发使用@Autowired注解报错解决方案的主要内容,如果未能解决你的问题,请参考以下文章

使用IDEA工具整合mybatis时使用@Resource和@Autowired自动注解bean时会显示红色问题的解决办法

为什么 Spring和IDEA 都不推荐使用 @Autowired 注解

IntelliJ idea 报错:Could not autowire,no beans of "XXX" type found

面试官:为什么 Spring 和 IDEA 都不推荐使用 @Autowired 注解??

面试官:为什么 Spring 和 IDEA 都不推荐使用 @Autowired 注解??

@Autowired 与@Resource的区别