`
T123012009065
  • 浏览: 52646 次
文章分类
社区版块
存档分类
最新评论

配置文件中如何读取properties的配置文件

 
阅读更多
<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" >
<property name="locations">
<list>
<value>classpath:jdbc.properties</value>
</list>
</property>
</bean>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics