idea @Autowired 报错

Posted

tags:

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

几乎每个 impl 和controller里都有这样的报错但是有些影响 程序的运行 有些不影响,这是为什么???

参考技术A et one hundred and eleven pounds!" The peasant says: "I can juts10 bet a bag of mashed apples. What's more, I may add my wife and m

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工具开发使用@Autowired注解报错解决方案

idea中使用Autowired注入时报红,但是运行不报错

idea报错could not autowired .但是可以正常运行

@Autowired报错原因分析和4种解决方案!

@Autowired idea 警告

@Autowired 在静态类中