SEVERE: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener错误

错误信息:SEVERE: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener

java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener

解决方法

1.在所建项目单击右键 打开项目属性对话框,到Deployment Assembly页面,点击Add

2. 选择Jave Build Path Entries

3. 把程序用于的Library加入进来

重新启动项目。

 *这个错误我经常犯,留此文以备自己看。这个是摘自网上http://blog.csdn.net/itlionwoo/article/details/17523371

原文地址:https://www.cnblogs.com/kaiwen/p/6533303.html