0
点赞
收藏
分享

微信扫一扫

java.lang.ClassNotFoundException: org.springframework.web.util.WebAppRootListener

毅会 2022-09-02 阅读 148

严重: Error configuring application listener of class org.springframework.web.util.WebAppRootListener
java.lang.ClassNotFoundException: org.springframework.web.util.WebAppRootListener

缺少spring-web jar包,实际是已经通过maven引入,只是需要在eclipse再配置下。

项目->右键属性->Deployment Assembly->add->Java Build Path Entries->选择Maven Dependencies即可



举报

相关推荐

0 条评论