eclipse中创建maven web项目

本文主要说明将maven web项目转成eclipse支持的web项目。

eclipse中创建maven web项目

eclipse中创建maven web项目

创建一个maven项目设置打包类型为war则其为web项目

结构如下

eclipse中创建maven web项目

将mavenweb项目转成eclipse识别的web项目。

选中项目===》右键====》properties。

eclipse中创建maven web项目

eclipse中创建maven web项目

点击OK好查看项目结构目录。多了一个WebContent文件目录。

eclipse中创建maven web项目

将WebContent目录下的WEB-INF目录复制到webapp下

eclipse中创建maven web项目

选中项目===》右键====》properties。

eclipse中创建maven web项目

将WebContent删除

eclipse中创建maven web项目

点击add 选择Folder

eclipse中创建maven web项目

选择webapp

eclipse中创建maven web项目

finish

add Java Build Path Entries

eclipse中创建maven web项目

选择Maven Dependencies。

eclipse中创建maven web项目

完成后为webapp下的WEB-INF下添加web.xml文件。在webapp根目录下添加index.jsp。

eclipse中创建maven web项目

部署至本地tomcat运行项目。

OK

上一篇:8.Eclipse中创建Maven Web项目


下一篇:java 从键盘录入的三种方法