<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>
Spring 配置读文件参数
时间: 2024-10-10 05:38:54