标签:文件 io res spring list value 配置 val
<bean id="xx" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="order" value="10" />
<property name="ignoreUnresolvablePlaceholders" value="true" />
<property name="locations">
<list>
<value>classpath:xx.properties</value>
</list>
</property>
</bean>
标签:文件 io res spring list value 配置 val
原文地址:http://www.cnblogs.com/heling/p/3874841.html