Myeclipse创建maven web工程及配置

聊聊Myeclipse创建maven web工程吧。

步骤如下:

1、New - Project 选择maven project

Myeclipse创建maven web工程及配置

2、点击Next,勾选Creat a sample ....

Myeclipse创建maven web工程及配置

3、Next

Myeclipse创建maven web工程及配置

4、点击finish即可。

Myeclipse创建maven web工程及配置

5、配置为web工程

在我们的项目上点击右键,选择properties 并找到 Project Facets

Myeclipse创建maven web工程及配置

点击OK 项目中会多出一个webroot的文件夹,将里面的META-INF,WEB-INF等都拷贝到上述的webapp中

Myeclipse创建maven web工程及配置

6、修改发布规则,右键项目,properties,找到Deployment Assembly

把 src/test...什么之类的删掉,Add folder...,修改为如下

Myeclipse创建maven web工程及配置

这样子一个maven web项目就构建好了。


http://search.maven.org/  查找你需要的依赖即可。

Myeclipse创建maven web工程及配置

上一篇:HTML中框架的的基本结构


下一篇:.NET 垃圾回收与内存泄漏