真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

使用IDEA創(chuàng)建Servlet并配置web.xml的方法-創(chuàng)新互聯(lián)

本篇文章為大家展示了使用IDEA創(chuàng)建Servlet并配置web.xml的方法,內(nèi)容簡(jiǎn)明扼要并且容易理解,絕對(duì)能使你眼前一亮,通過(guò)這篇文章的詳細(xì)介紹希望你能有所收獲。

仙居ssl適用于網(wǎng)站、小程序/APP、API接口等需要進(jìn)行數(shù)據(jù)傳輸應(yīng)用場(chǎng)景,ssl證書(shū)未來(lái)市場(chǎng)廣闊!成為創(chuàng)新互聯(lián)的ssl證書(shū)銷(xiāo)售渠道,可以享受市場(chǎng)價(jià)格4-6折優(yōu)惠!如果有意向歡迎電話聯(lián)系或者加微信:13518219792(備注:SSL證書(shū)合作)期待與您的合作!

module與project區(qū)別

IntelliJ IDEA 中,project相當(dāng)于eclipse的WorkSpace,module相當(dāng)于eclipse的project;

IntelliJ中一個(gè) Project  可以包括多個(gè)  Module ;

Eclipse中一個(gè) Workspace  可以包括多個(gè)  Project。

 創(chuàng)建module

創(chuàng)建一個(gè) module

使用IDEA創(chuàng)建Servlet并配置web.xml的方法

 選擇Java項(xiàng)目

使用IDEA創(chuàng)建Servlet并配置web.xml的方法

 輸入項(xiàng)目名稱(chēng),選擇存儲(chǔ)空間,點(diǎn)擊 finish 完成創(chuàng)建

使用IDEA創(chuàng)建Servlet并配置web.xml的方法

添加框架

選中創(chuàng)建的module,右鍵選擇Add Framework Support

使用IDEA創(chuàng)建Servlet并配置web.xml的方法

選中Web Application

使用IDEA創(chuàng)建Servlet并配置web.xml的方法

點(diǎn)擊OK,這時(shí)module下面就會(huì)出現(xiàn)相關(guān)的web文件

使用IDEA創(chuàng)建Servlet并配置web.xml的方法

配置Tomcat

點(diǎn)擊頂部的Add Configuration...

使用IDEA創(chuàng)建Servlet并配置web.xml的方法

點(diǎn)擊 “ + ” 號(hào),下拉找到 Tomcat Server ,點(diǎn)擊 Local

注意:不是TomEE Server

使用IDEA創(chuàng)建Servlet并配置web.xml的方法

 找到Deployment

找到右邊 “ + ” 號(hào),選擇 Artifact...

使用IDEA創(chuàng)建Servlet并配置web.xml的方法

最后點(diǎn)擊OK,完成配置

創(chuàng)建Servlet并配置web.xml

新建一個(gè)servlet

使用IDEA創(chuàng)建Servlet并配置web.xml的方法

 點(diǎn)擊 OK

使用IDEA創(chuàng)建Servlet并配置web.xml的方法

這時(shí)候應(yīng)該會(huì)報(bào)錯(cuò),點(diǎn)擊Add Java EE 6 JARs to module dependencies

使用IDEA創(chuàng)建Servlet并配置web.xml的方法

 如果有的話導(dǎo)入就行了;沒(méi)有的話點(diǎn)擊 Download ,會(huì)自動(dòng)下載一個(gè)。

使用IDEA創(chuàng)建Servlet并配置web.xml的方法

在上面加上下面這句代碼,就OK了

@WebServlet(name = " ",urlPatterns = "/ ")

本文題目:使用IDEA創(chuàng)建Servlet并配置web.xml的方法-創(chuàng)新互聯(lián)
本文鏈接:http://weahome.cn/article/ccphso.html

其他資訊

在線咨詢(xún)

微信咨詢(xún)

電話咨詢(xún)

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部