Spring PropertyPlaceholderConfigurer で @Value アノテーションを使用することは可能ですか?
<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 つの構成方法を使用したいと思います。これで、両方が同じプロパティ ファイルを指しています。