首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

Spring配置文件中应用外部.properties属性文件

2012-10-30 
Spring配置文件中使用外部.properties属性文件.properties配置文件中配置xxxyyy,在ApplicationContext*.x

Spring配置文件中使用外部.properties属性文件
.properties配置文件中配置xxx=yyy,在ApplicationContext*.xml文件中通过${xxx}得到yyy:



关于PropertyPlaceholderConfigurer:
http://wangyu.iteye.com/blog/314835


结合使用PropertyPlaceholderConfigurer 和 org.apache.commons.configuration.XMLConfiguration:
http://stackoverflow.com/questions/3163838/propertyplaceholderconfigurer-reads-from-xml-file-apache-commons-configuration

热点排行