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

spring PropertyPlaceholderConfigurer 找不到配置文件原因

时间:2015-10-29 23:09:41      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:

1:  spring 版本问题 参见: http://www.cnblogs.com/alex-blog/archive/2012/12/25/2832357.html

2: bean id 同名  看看工程中引入的其他配置文件是否也是configBean 建议不同工程 不同id 名

 

 

<bean id="configBean"
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="location">
<value>/WEB-INF/app.properties</value>
</property>
</bean>

spring PropertyPlaceholderConfigurer 找不到配置文件原因

标签:

原文地址:http://www.cnblogs.com/IamThat/p/4921887.html

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