67,550
社区成员




<bean id="propertyPlaceholderConfigurer"
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="localOverride" value="true"></property>
<property name="locations">
<list>
<value>classpath:conf/*</value>
</list>
</property>
</bean>