Spring读取配置文件

<context:property-placeholder location="classpath:config.properties" /> 
<!-- 这种写法可能读不到第二个配置文件,见下面的解决方法 -->

通配符可以扫描多个配置文件(读取所有配置文件)

<context:property-placeholder location="classpath*:*.properties" />

posted @ 2016-01-26 10:03  在修行  阅读(207)  评论(0编辑  收藏  举报