maven學習與使用

githup上的java web的開源項目基本上都是使用maven進行搭建的,因此下載以後須要使用maven進行部署,一下就是如何進行maven部署項目的過程。
待更新。。。。java

導入maven項目以後
maven installgit

待下載完成後,右擊項目jpa-test--》Maven---》Update Project---》選中Force Update of...---》ok
代碼中顯示的錯誤的代碼也就消失了,web

The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Pathmaven

下面是具體的解決方法:ui

一、右擊web工程-->屬性或Build Path-->Java Build Path-->Libraries-->Add Libray-->Server Runtime-->Tomcat Server部署

二、切換到Java Build Path界面中的Orader and Export,選擇Tomcat。servlet

相關文章
相關標籤/搜索