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

IDEA Spring5 java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener,第1张

今天在学习SSM的时候,项目并不是由IDEA的MavenWeb模板创建,所以导致webapp、war包部署都要手动进行配置,然后在web.xml下导入ContextLoaderListener的时候发现tomcat报错,后来发现是web项目的WEB-INF下的lib没有spring-web依赖,需要手动进行导入

右键spring-web依赖,点击Put into

然后重新启动Tomcat即可正常运行

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/885986.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-14
下一篇 2022-05-14

发表评论

登录后才能评论

评论列表(0条)

保存