标签: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