springmvc启动时报错:找不到类ContextLoaderListener:java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener

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

需要依赖spring-webmvc,特别是导入的maven项目,通常需要重新添加Maven Dependencies。

 最好重启服务器,否则常见404错误。

原文地址:https://www.cnblogs.com/godwithus/p/8860396.html