spring配置property文件

来源:互联网 发布:膨胀腐蚀算法原理 编辑:程序博客网 时间:2024/05/09 23:15
<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="locations">
<list>
<value>classpath*:jdbc.properties</value>
</list>
</property>
</bean>
阅读全文
0 0
原创粉丝点击