尚筹网
尚筹网项目环境搭建
1 环境搭建总体目标

2 创建工程
2.1 项目架构图

2.2 工程创建
| name | groupId | artifactId | packaging |
|---|---|---|---|
| atcrowdfunding01-admin-parent | com.atguigu.crowd | atcrowdfunding01-admin-parent | pom |
| atcrowdfunding02-admin-webui | com.atguigu.crowd | atcrowdfunding02-admin-webui | war |
| atcrowdfunding03-admin-component | com.atguigu.crowd | atcrowdfunding03-admin-component | jar |
| atcrowdfunding04-admin-entity | com.atguigu.crowd | atcrowdfunding04-admin-entity | jar |
| atcrowdfunding05-common-util | com.atguigu.crowd | atcrowdfunding05-common-util | jar |
| atcrowdfunding06-common-reverse | com.atguigu.crowd | atcrowdfunding06-common-reverse | jar |
2.3 Maven工程和Maven模块的介绍
创建过程:
- 创建Java Working Set


- 创建parent项目(Maven project)


- 创建webui、component、entity项目(Maven module)


- 创建util、reverse项目(Maven project)










