springmvc 动态加载配置文件

<import resource="classpath:config/spring-profile-properties.xml" />


<context:property-placeholder
ignore-resource-not-found="true"
location="classpath*:/config/application.base.properties,
classpath*:/config/application.dev.properties" />

如图:

 

 

 

 


posted @ 2018-06-15 20:36  小锋神  阅读(712)  评论(0编辑  收藏  举报