关于Spring注入参数到static静态参数失败问题处理。解决Autowired annotation is not supported on static fields的问题

Posted KAI0725

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于Spring注入参数到static静态参数失败问题处理。解决Autowired annotation is not supported on static fields的问题相关的知识,希望对你有一定的参考价值。

  直接贴代码

 

把注入参数的注解加到set方法上面去即可。

因为这是一个工具类用到的config,所以一开始没有加@Component,还是依然为空,加上之后就正常能注入了

 

以上是关于关于Spring注入参数到static静态参数失败问题处理。解决Autowired annotation is not supported on static fields的问题的主要内容,如果未能解决你的问题,请参考以下文章

Spring不支持依赖注入static静态变量

Spring static 静态属性注入

springMVC 怎么在方法中注入HttpServletResponse对象

24.FastAPI静态文件

spring 项目中在类中注入静态字段

g++ 尝试(失败)静态链接到 libstdc++ 以获取共享对象