Spring 的applicationContext.xml路径问题?(ssh中)
我的applicationContext.xml开始在src下,后来我改到WEB—INF下,这个文件就提问找不到了,需要在哪儿配下路径...
我的applicationContext.xml开始在src下,后来我改到WEB—INF下,这个文件就提问找不到了,需要在哪儿配下路径
展开
展开全部
既然是ssh,那就需要在web.xml中配置一下
用listener
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>WEB-INF/:applicationContext.xml,</param-value>
</context-param>
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
应该是这个样子的
用listener
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>WEB-INF/:applicationContext.xml,</param-value>
</context-param>
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
应该是这个样子的
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询