当前位置: 代码迷 >> 综合 >> Error configuring application listener of class org.springframework.web.context.ContextLoader
  详细解决方案

Error configuring application listener of class org.springframework.web.context.ContextLoader

热度:40   发布时间:2023-10-27 10:08:12.0

出现的问题:

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
 

  相关解决方案