Skip to content

Commit

Permalink
feat: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
studeyang committed Apr 12, 2023
1 parent 95edf28 commit 6ae33c8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Zebra 是使用 Spring Boot + MyBatis Plus 搭建的一个脚手架项目,使

应用架构如下图所示:

![](https://technotes.oss-cn-shenzhen.aliyuncs.com/2021/images/image-20201106145911147.png)
![image-20230412155423229](https://technotes.oss-cn-shenzhen.aliyuncs.com/2023/image-20230412155423229.png)

# 二、快速开始

Expand Down
2 changes: 1 addition & 1 deletion archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.studeyang</groupId>
<artifactId>zebra-archetype</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>zebra-archetype</name>
<description>Micro-Service 4 Layer Architecture</description>
<packaging>maven-archetype</packaging>
Expand Down
6 changes: 5 additions & 1 deletion docs/zebra 维护说明.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# zebra 维护说明



## 一、工程结构说明

```
Expand Down Expand Up @@ -55,7 +59,7 @@ zebra

### 第五步:上传骨架包

`target/generated-sources/archetype`目录下执行:`mvn clean deploy`
`{projectRoot}/archetype`目录下执行:`mvn deploy`



Expand Down
27 changes: 11 additions & 16 deletions docs/zebra 详细使用说明.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# 一、简介
# zebra 详细使用说明

Zebra 是使用 Spring Boot + MyBatis Plus 搭建的一个脚手架项目,使用 Swagger 提供文档生成的能力。

应用架构如下图所示:

![](https://technotes.oss-cn-shenzhen.aliyuncs.com/2021/images/image-20201106145911147.png)
## 一、下载骨架包

# 二、快速开始

### 下载骨架包
### 使用命令下载

使用 mvn 命令下载骨架包:

Expand All @@ -27,6 +23,8 @@ mvn dependency:get \
- artifactId:骨架包 artifactId
- version:骨架包版本号

### 在 pom 文件中添加依赖

或者在任一项目 pom 文件中添加依赖:

```xml
Expand Down Expand Up @@ -59,9 +57,11 @@ zebra-archetype-0.0.3.jar>=

或者直接删除 _remote.repositories 文件。

# 03 | 生成脚手架

### 命令生成(推荐)

## 二、使用脚手架

### 使用命令(推荐)

使用 mvn 命令生成脚手架工程:

Expand Down Expand Up @@ -90,7 +90,7 @@ mvn archetype:generate \

您只需配置 groupId、artifactId、version、package 即可。

### IDEA 界面生成
### IDEA 中使用

点击 Add Archetype

Expand All @@ -100,15 +100,10 @@ mvn archetype:generate \

> 可以通过 UserArchetypes.xml 文件进行删除,文件位置:`~/.IntelliJIdea2019.3\system\Maven\Indices\UserArchetypes.xml`
### Eclipse 界面生成
### Eclipse 中使用

点击 Add Archetype

![image-20211028191958274](https://gitee.com/yanglu_u/ImgRepository/raw/master/image-20211028191958274.png)

# 04 | 工程维护

[zebra 维护说明](docs/zebra%20维护说明.md)



0 comments on commit 6ae33c8

Please sign in to comment.