maven web项目运行时找不到:ContextLoaderList

近期给同事maven项目的web启动时,eclispe报错,提示如下错误。
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
经过分析可知:web容器在启动时,不能加载到相关的类包。操作方法如下。

打开项目- ->properties- ->Deployment Assembly- -> add- ->java Build Path Entries选择相关的包即可。

此次总结,为其他遇到此情况的朋友提供帮助。

你可能感兴趣的:(study)