问题
在IDEA中通过@Autowired
注入时在变量名下方一直有红色的标记线进行提示
解决
- 在IDEA中:File -> Settings 打开设置页面
- 搜索
inspections
-> 搜索autowiring
->Autowiring for Bean Class
-> 将Error
修改为Warning
-> 点击OK
在IDEA中通过@Autowired
注入时在变量名下方一直有红色的标记线进行提示
inspections
-> 搜索autowiring
-> Autowiring for Bean Class
-> 将Error
修改为Warning
-> 点击OK
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。