java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener解决方案

1,出现原因: 你的jar文件没有同步发布到自己项目的lib目录中。
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener解决方案

2,解决方案: 我是用Maven进行构建的项目,用的开发工具是Eclipse,可参考这个方法:
对项目进行重建:
项目点击右键,点击 Properties 选择Deployment Assembly;
再点击右边的Add按钮 选择Java Build Path Entries后点击Next按钮
然后选择你的Maven Dependencies 确定即可。