51,397
社区成员




<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>