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

Spring 配置读文件参数

时间:2014-07-29 12:42:26      阅读:277      评论:0      收藏:0      [点我收藏+]

标签:文件   io   res   spring   list   value   配置   val   

 <bean id="xx" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
     <property name="order" value="10" />
     <property name="ignoreUnresolvablePlaceholders" value="true" />
     <property name="locations">
      <list>
       <value>classpath:xx.properties</value>
      </list>
     </property>
 </bean>

Spring 配置读文件参数,布布扣,bubuko.com

Spring 配置读文件参数

标签:文件   io   res   spring   list   value   配置   val   

原文地址:http://www.cnblogs.com/heling/p/3874841.html

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