码迷,mamicode.com
首页 > 移动开发 > 详细

Spring ApplicationContext配置文件的路径配置方式

时间:2015-05-07 10:33:16      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:spring mvc   spring   

<context-param>
		<param-name>contextConfigLocation</param-name>
		<param-value>
			classpath*:/applicationContext.xml
			classpath*:/applicationContext-shiro.xml
		</param-value>
	</context-param>

<context-param>
		<param-name>contextConfigLocation</param-name>
		<param-value>
			/WEB-INF/applicationContext.xml
		</param-value>
	</context-param>

Spring ApplicationContext配置文件的路径配置方式

标签:spring mvc   spring   

原文地址:http://blog.csdn.net/fuleidemo/article/details/45556039

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