0
点赞
收藏
分享

微信扫一扫

尚筹网项目系列笔记

尚筹网

尚筹网项目环境搭建

1 环境搭建总体目标

总技术架构

2 创建工程

2.1 项目架构图

项目架构

2.2 工程创建

namegroupIdartifactIdpackaging
atcrowdfunding01-admin-parentcom.atguigu.crowdatcrowdfunding01-admin-parentpom
atcrowdfunding02-admin-webuicom.atguigu.crowdatcrowdfunding02-admin-webuiwar
atcrowdfunding03-admin-componentcom.atguigu.crowdatcrowdfunding03-admin-componentjar
atcrowdfunding04-admin-entitycom.atguigu.crowdatcrowdfunding04-admin-entityjar
atcrowdfunding05-common-utilcom.atguigu.crowdatcrowdfunding05-common-utiljar
atcrowdfunding06-common-reversecom.atguigu.crowdatcrowdfunding06-common-reversejar

2.3 Maven工程和Maven模块的介绍

创建过程:

  1. 创建Java Working Set
    在这里插入图片描述
    创建Java Working Set
  2. 创建parent项目(Maven project)
    在这里插入图片描述
    在这里插入图片描述
  3. 创建webui、component、entity项目(Maven module)
    在这里插入图片描述
    在这里插入图片描述
  1. 创建util、reverse项目(Maven project)
举报

相关推荐

0 条评论