<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="locations">
<list>
<value>classpath:config.properties</value>
</list>
</property>
</bean>
<context:property-placeholder location="classpath:config.properties"/>
本文详细介绍了如何使用Spring框架的PropertyPlaceholderConfigurer组件实现配置文件的加载与属性注入,包括如何配置properties文件的位置。

被折叠的 条评论
为什么被折叠?



