[Spring常见问题]java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener

Posted 肥肥大超

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[Spring常见问题]java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener相关的知识,希望对你有一定的参考价值。

这个问题是因为部署在tomcat下的项目中没有springweb包

但是问题来了,但是我的项目中有呀,maven都引了呀,然后我就懵B啦!看到这个博客我就豁然开朗了:http://my.oschina.net/u/2538370/blog/538518

 

 

(1)应该如下图所示,点击项目右键-properties,在如下图所示中配置maven和lib包目录的关联关系

     

 

以上是关于[Spring常见问题]java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener的主要内容,如果未能解决你的问题,请参考以下文章

Java WebStart 的 ClassNotFoundException

解决java log4j 配置log4jCaused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.LogManager

Class.isAssignableFrom(Class clz)方法 与 instanceof 关键字的区别

如何使用 Gson @SerializedName 注释在 Kotlin 中反序列化嵌套的 Json API 响应

spring 3 升级 spring 4.2.5遇到的问题

Spring常见问题