使用eclipse创建多模块maven web项目

阅读更多

 

前提:eclipse已经安装maven插件。

 

1. 首先创建一个父类工程:

右键 -> New -> Other... -> Maven Project

使用eclipse创建多模块maven web项目_第1张图片
Next >

使用eclipse创建多模块maven web项目_第2张图片
Next >  

使用eclipse创建多模块maven web项目_第3张图片
Finish 

到此,父类工程创建完毕。

 

2. 创建普通project

右键 -> New -> Other... -> Maven Module

使用eclipse创建多模块maven web项目_第4张图片


使用eclipse创建多模块maven web项目_第5张图片
 

使用eclipse创建多模块maven web项目_第6张图片

使用eclipse创建多模块maven web项目_第7张图片
 
   

创建普通project成功。

配置此maven project项目如下:

a.修改JDK版本:

使用eclipse创建多模块maven web项目_第8张图片

使用eclipse创建多模块maven web项目_第9张图片
  

修改project Facets

使用eclipse创建多模块maven web项目_第10张图片

使用eclipse创建多模块maven web项目_第11张图片
  

普通project设置完成

 

3. 创建Web project

右键 -> New -> Other... -> Maven Module

使用eclipse创建多模块maven web项目_第12张图片

 

使用eclipse创建多模块maven web项目_第13张图片
 

使用eclipse创建多模块maven web项目_第14张图片

使用eclipse创建多模块maven web项目_第15张图片
 

配置JDK配置及project Facets的方法与普通project相同。

 

4. 为Web project添加普通project依赖(即,为parent-web添加parent-model依赖,在parent-web工程中可以引入parent-model工程下的包及类文件)。

 

双击parent-web工程下的pom.xml添加依赖:

使用eclipse创建多模块maven web项目_第16张图片
 

查看是否添加成功看如下三个图片:

使用eclipse创建多模块maven web项目_第17张图片

使用eclipse创建多模块maven web项目_第18张图片
第三种方法是,在parent-model工程中创建测试类及方法。之后在parent-web中进行访问调用。  

使用eclipse创建多模块maven web项目_第19张图片
 
 

5.查看父类工程和子类工程是否建立关联

使用eclipse创建多模块maven web项目_第20张图片
 

使用eclipse创建多模块maven web项目_第21张图片
 

 

6.把web工程加入tomcat,看看启动是否正常。

使用eclipse创建多模块maven web项目_第22张图片
 

 

 

  • 使用eclipse创建多模块maven web项目_第23张图片
  • 大小: 33.8 KB
  • 使用eclipse创建多模块maven web项目_第24张图片
  • 大小: 45.6 KB
  • 使用eclipse创建多模块maven web项目_第25张图片
  • 大小: 51.5 KB
  • 使用eclipse创建多模块maven web项目_第26张图片
  • 大小: 42.8 KB
  • 使用eclipse创建多模块maven web项目_第27张图片
  • 大小: 76.3 KB
  • 使用eclipse创建多模块maven web项目_第28张图片
  • 大小: 53.3 KB
  • 使用eclipse创建多模块maven web项目_第29张图片
  • 大小: 89 KB
  • 使用eclipse创建多模块maven web项目_第30张图片
  • 大小: 88.5 KB
  • 使用eclipse创建多模块maven web项目_第31张图片
  • 大小: 55.7 KB
  • 使用eclipse创建多模块maven web项目_第32张图片
  • 大小: 92 KB
  • 使用eclipse创建多模块maven web项目_第33张图片
  • 大小: 63.2 KB
  • 使用eclipse创建多模块maven web项目_第34张图片
  • 大小: 54.2 KB
  • 使用eclipse创建多模块maven web项目_第35张图片
  • 大小: 69.6 KB
  • 使用eclipse创建多模块maven web项目_第36张图片
  • 大小: 17.9 KB
  • 使用eclipse创建多模块maven web项目_第37张图片
  • 大小: 112.4 KB
  • 使用eclipse创建多模块maven web项目_第38张图片
  • 大小: 75.5 KB
  • 使用eclipse创建多模块maven web项目_第39张图片
  • 大小: 32 KB
  • 使用eclipse创建多模块maven web项目_第40张图片
  • 大小: 47 KB
  • 使用eclipse创建多模块maven web项目_第41张图片
  • 大小: 49.8 KB
  • 使用eclipse创建多模块maven web项目_第42张图片
  • 大小: 46 KB
  • 使用eclipse创建多模块maven web项目_第43张图片
  • 大小: 47.3 KB
  • 使用eclipse创建多模块maven web项目_第44张图片
  • 大小: 139.8 KB
  • 使用eclipse创建多模块maven web项目_第45张图片
  • 大小: 23.2 KB
  • 使用eclipse创建多模块maven web项目_第46张图片
  • 大小: 80.3 KB
  • 使用eclipse创建多模块maven web项目_第47张图片
  • 大小: 25.1 KB
  • 查看图片附件

你可能感兴趣的:(使用eclipse创建多模块maven web项目)