出现的问题:
Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
1
2
Error configuring application listener of class org.springframework.web.util.IntrospectorCleanupListener
java.lang.ClassNotFoundException: org.springframework.web.util.IntrospectorCleanupListener
1
2
SEVERE: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
1
解决方法:
1. 打开工程属性对话框,到Deployment Assembly页面,点击Add
这里写图片描述
2. 选择Jave Build Path Entries
这里写图片描述
3. 把程序用于的Library加入进来
**这里写图片描述**
4. 重新运行Server应该看不到这个问题了,就正常了
原文:https://blog.csdn.net/yangchangfu111/article/details/53259876