找不到 org.springframework.web.context.ContextLoaderListener

来源:互联网 发布:网络暴力新闻评论 编辑:程序博客网 时间:2024/05/17 05:56

环境:idea

错误:在web.xml中配置spring找不到org.springframework.web.context.ContextLoaderListener

严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener


原因:没有导入相应的jar包

解决方案:

安快捷 ctrl + alt+ shift+s   选择左边的Artificia   在output layout中从右边available elements中导入spring mvc -4.3.7.RELEASE和spring-4.3.7.RELEASE  ,如果右边没有这两个包 那就选择左边的Libraries,点击+ 这个按钮  选择spring MVC  然后加载进去就可以了


如果要是在eclipse环境下,直接吧spring mvc所需要的jar复制到lib文件夹下,然后build导入jar就可以


0 0