Commit 247e2cd0 authored by liaozan's avatar liaozan 🏀

chore: subModulePrefix

parent 9ab6cf2b
### 项目结构 ### 一、为IDEA安装Archetype
![image-202203191207.png](README.assets/image-202203191207.png)
### 1.为IDEA安装Archetype
![image-202203191200.png](README.assets/image-202203191200.png) ![image-202203191200.png](README.assets/image-202203191200.png)
1. 在IDEA的新建项目面板为添加脚手架。 ##### 在IDEA的新建项目面板为添加脚手架。
```.xml ```.xml
<groupId>com.schbrain.kp</groupId> <groupId>com.schbrain.kp</groupId>
...@@ -16,24 +12,25 @@ ...@@ -16,24 +12,25 @@
*Repository 项可以指定远程 maven 仓库或者本地。如果是本地( clone 该项目之后进行 install )则可以不填。* *Repository 项可以指定远程 maven 仓库或者本地。如果是本地( clone 该项目之后进行 install )则可以不填。*
2. 点击OK ##### 点击OK
3. 关闭新建项目面板(需要关闭新建项目面板或者重新打开 IDEA 才能看到 archetype)
##### 关闭新建项目面板(需要关闭新建项目面板或者重新打开 IDEA 才能看到 archetype)
### 2.使用安装的Archetype创建项目 ### 二、使用安装的Archetype创建项目
再次在IDEA新建项目可以看到安装后的 Archetype,可以自行调整 Archetype 顺序。 再次在IDEA新建项目可以看到安装后的 Archetype,可以自行调整 Archetype 顺序。
<img src="README.assets/image-202203191201.png"/> ![image-202203191201.png](README.assets/image-202203191201.png)
1. 选择`schbrain-archetype`点击 Next ##### 选择`schbrain-archetype`点击 Next
2. 输入以下必要信息,点击下一步 ##### 输入以下必要信息,点击下一步
1. 项目名称 * 项目名称
2. 项目位置 * 项目位置
3. groupId * groupId
4. artifactId * artifactId
5. version * version
![image-202203191203.png](README.assets/image-202203191203.png) ![image-202203191203.png](README.assets/image-202203191203.png)
![image-202203191204.png](README.assets/image-202203191204.png) ![image-202203191204.png](README.assets/image-202203191204.png)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment