MavenCould not open ServletContext resource [/WEB-INF/applicationContext.xml]
须知少年凌云志,曾许人间第一流。这篇文章主要讲述MavenCould not open ServletContext resource [/WEB-INF/applicationContext.xml]相关的知识,希望能为你提供帮助。
文章图片
因此:maven中,配置文件的读取应有下列红字两部分,缺一不可。
不是maven项目时,可以都不写。。。。。。。。
< context-param> < param-name> contextConfigLocation< /param-name> < param-value> /WEB-INF/classes/dispatcher-servlet.xml< /param-value> < /context-param> < listener> < listener-class> org.springframework.web.context.ContextLoaderListener< /listener-class> < /listener> < servlet> < !--spring中唯一的servlet 转发到control层--> < servlet-name> dispatcher< /servlet-name> < servlet-class> org.springframework.web.servlet.DispatcherServlet< /servlet-class> < !--springmvc默认配置的名字:--> < !--< servlet-name> springMVC< servlet-name> +-servlet--> < !--设置配置文件--> < init-param> < param-name> contextConfigLocation< /param-name> < param-value> /WEB-INF/classes/dispatcher-servlet.xml< /param-value> < !--或< param-value> /WEB-INF/XXX.xml< /param-value> --> < /init-param> < load-on-startup> 1< /load-on-startup> < /servlet>
【MavenCould not open ServletContext resource [/WEB-INF/applicationContext.xml]】
推荐阅读
- append追加元素后click失效
- What mind mapping software applications do you recommend.
- yum被lock Existing lock /var/run/yum.pid: another copy is running as pid 1580. Another app is current
- Android插件化的兼容性(上)(Android O的适配)
- Android插件化的兼容性(中)(Android P的适配)
- mybatis源码探究(-)MapperProxyFactory&MapperProxy
- Android内容提供器——运行权限
- OCR移动端车牌识别SDK(打造优质APP)
- android:fitsSystemWindows属性的用法