1.maven下載地址 http://maven.apache.org/html
2.環境 Intellij IDEAweb
新建項目:apache
選擇maven項目tomcat
填寫maven的GroupId和ArtifactId(http://www.cnblogs.com/panxuejun/p/6184072.html) app
繼續webapp
結束。jsp
項目總體結構:以下maven
配置項目結構xml
依次選擇modules -----> fisrtblog -----> + ----> webhtm
修改web.xml的位置
路徑是:D:\intellijproject\firstblog\src\main\webapp\WEB-INF\web.xml
新建資源文件夾:
項目結構
新建index.html文件和view文件夾用於存放jsp文件
配置web.xml文件設置第一訪問頁面爲index.html
配置tomcat
運行程序