标签: java spring properties
我知道在xml config <util:properties id="xxxProperties" location="classpath:xxx.properties" />中可以注入我可以在SpEL中使用的属性,例如@Value("#{xxxProperties.item}")但是如何使用java配置?
<util:properties id="xxxProperties" location="classpath:xxx.properties" />
@Value("#{xxxProperties.item}")