可以将 @Value 注释与 Spring PropertyPlaceholderConfigurer 一起使用吗?
<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" p:location="classpath:application-test.properties" />
@Value<util:properties id="appProperties" location="classpath:application-test.properties" />
可以正常工作,但我想使用 1 种配置方式。现在我让他们都指向同一个属性文件。