码迷,mamicode.com
首页 > 编程语言 > 详细

springmvc 动态加载配置文件

时间:2018-06-15 21:46:38      阅读:412      评论:0      收藏:0      [点我收藏+]

标签:技术   分享   动态加载   AC   classpath   class   ignore   info   profile   

<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" />

如图:

技术分享图片

 

 

技术分享图片

 

 

springmvc 动态加载配置文件

标签:技术   分享   动态加载   AC   classpath   class   ignore   info   profile   

原文地址:https://www.cnblogs.com/xiaofengfeng/p/9188903.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!