0
点赞
收藏
分享

微信扫一扫

使用maven管理后,依然找不到需要的jar包

使用maven管理后,依然报错,找不到,比如如下错误
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener


方法如下

1) Open the project's properties (e.g., right-click on the project's name in the project explorer and select "Properties")
2) select "Deployment Assembly"
3) Click the "Add..." button on the right margin
4) Select "Java Build Path Entries" from the menu of Directive Type and click "Next"
5) Select "Maven Dependencies" from the Java Build Path Entries menu and click "Finish".


作者:少帅

您的支持是对博主最大的鼓励,感谢您的认真阅读。

本文版权归作者所有,欢迎转载,但请保留该声明。

举报

相关推荐

0 条评论