51,411
社区成员
发帖
与我相关
我的任务
分享
<bean id="propertyConfigurer"
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="location">
<value>classpath:config.properties</value>
</property>
</bean>
<value>classpath:config.properties</value>
<value>C:\Project\configs\config.properties</value>
<value>file:C:\Project\configs\config.properties</value>