<bean class="org.springframework.beans.factory.config.MethodInvokingFactoryBean">
<property name="staticMethod"
value="**.service.utils.PostUtil.setEnableValidateMode"/>
<property name="arguments">
<value>true}</value>
</property>
</bean>
Spring static 静态属性注入
Posted 一粒沙的世界
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring static 静态属性注入相关的知识,希望对你有一定的参考价值。
以上是关于Spring static 静态属性注入的主要内容,如果未能解决你的问题,请参考以下文章
spring注入时bean的set方法为啥不能是static类型的?
关于Spring注入参数到static静态参数失败问题处理。解决Autowired annotation is not supported on static fields的问题