maven 工程启动找不到 Spring ContextLoaderListener 的解决办法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven 工程启动找不到 Spring ContextLoaderListener 的解决办法相关的知识,希望对你有一定的参考价值。

   用maven 工程搭建项目,在搭建好之后,运行时却抛出了这样的错误:  Error configuring application listener of class org.springframework.web.context.ContextLoaderListener  
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener, 这说明根本没有找到我们在 web.xml 里面配置的 listener, 但maven 的pom.xml  里面已经配置相应的包,而且可以在java 工程的maven dependency jar 包里面找到, 这说明maven是没有问题的,在网上搜索了很多答案,最多的就是类似这个文章: http://www.cnblogs.com/zhouyalei/archive/2011/11/30/2268606.html 基本都是这样去解决,但是貌似对我来说不行,而且比较麻烦,需要修改 .project , .classpath 等文件。其实有更简单的办法.
在eclipse 里面, 参考如下配置:

技术分享

1. 右键单击工程项目 ->点击 properties
2. 选择 Deployment Assembly
3. 点击 Add -> Java Build Path Entries -> Next
4. 选择 Maven Dependencies -> Finish -> Apply -> OK
5. Clean project and server. 重启server

这样就能解决maven  下找不到 spring listener 的问题。一个最明显的变化是你的web 工程里面明显多了一个jar包。

 

技术分享

 









以上是关于maven 工程启动找不到 Spring ContextLoaderListener 的解决办法的主要内容,如果未能解决你的问题,请参考以下文章

新建spring-boot maven mybatis 工程,启动时报找不到Mapper可能的原因

maven创建web工程Spring配置文件找不到问题解决方案

maven 搭建spring框架报找不到applicationContext-*.xml文件

maven的java web项目启动找不到Spring ContextLoaderListener的解决办法

Liquibase maven:spring-boot启动时找不到更改日志位置

启动Eclipse时报的错误,maven工程里面这个dependencies文件找不到update project没效果configure也试过