【web.xml】报错java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener...

今天搭建新的项目,虽然在web.xml中配置了ContextLoaderListener以及IntrospectorCleanupListener 如下: web.xml中部分代码: 1 <!-- 监听servletContext,启动contextConfigLocation中的spring配置信息 --> 2 <listener> 3 <listener-clas
相关文章
相关标签/搜索