field injection is not recommended 的解决办法
原文链接:
field injection is not recommended 的解决办法
问题概述
在项目开发过程中,使用基于字段变量的依赖注入(通过注解@Autowired进行注入)时出现一个黄色警告,提示 “ field injection is not recommended ”,非常别扭
解决方案:
Settings->Editor->Inspections->Spring->Spring Core->Core->Field Injection warning将Severity属性值改为 “ No highlighting,only fix ” 如下图: