Error configuring application listener of class org.springframework.web.context.ContextLoaderListene

来源:互联网 发布:淘宝首页设计思路 编辑:程序博客网 时间:2024/06/06 19:17
----NO.1----------------------------------------------------------
question:
严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener


answer:
就是你的项目需要的jar,WEB-INF 下面的 lib 包里的jar文件;
右键项目,build class path -> deployment assembly中maven依赖jar包没有添加上,然后重新启动项目即可,
在WEB-INF 下面的 lib 包即可看到maven依赖的jar。
有时候maven依赖需要自己手动添加。希望能帮到你。


--------------------------------------------------------------
0 0