diff --git a/README.md b/README.md
index 4dce616f..eb41996e 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
+
+[中文](https://github.com/pigxcloud/pig/blob/master/README.zh.md) | **English**
+
+
@@ -5,16 +9,16 @@
-- 基于 Spring Cloud Hoxton 、Spring Boot 2.2、 OAuth2 的RBAC权限管理系统
-- 基于数据驱动视图的理念封装 element-ui,即使没有 vue 的使用经验也能快速上手
-- 提供对常见容器化支持 Docker、Kubernetes、Rancher2 支持
-- 提供 lambda 、stream api 、webflux 的生产实践
+- based on Spring Cloud Hoxton 、Spring Boot 2.2、 OAuth2 RBAC web framework
+- Idea based on data-driven view, if you don't use vue, you can get started quickly
+- provide support for common containers like Docker、Kubernetes、Rancher2
+- provide lambda 、stream api 、webflux production practice
-部署文档 | 前端解决方案 | PigX在线体验 | PigX白皮书 | pig4cloud initializr
+Documentation | PigX Online | PigX Paper | pig4cloud initializr
-#### 快速构架微服务应用
+#### Quickly structure microservice applications
```xml
@@ -27,51 +31,52 @@
-#### 核心依赖
+#### Core dependencies
-依赖 | 版本
+dependencies | version
---|---
-Spring Boot | 2.2.6.RELEASE
+Spring Boot | 2.2.7.RELEASE
Spring Cloud | Hoxton.SR3
Spring Security OAuth2 | 2.3.6
Mybatis Plus | 3.3.1
-hutool | 5.2.5
-Avue | 2.3.9
+hutool | 5.3.3
+Avue | 2.5.2
-#### 模块说明
+#### Module description
+
```lua
-pig-ui -- https://gitee.com/log4j/pig-ui
+pig-ui -- https://github.com/pigxcloud/pig-ui
pig
-├── pig-auth -- 授权服务提供[3000]
-├── pig-codegen -- 图形化代码生成[5002]
-└── pig-common -- 系统公共模块
- ├── pig-common-core -- 公共工具类核心包
- ├── pig-common-log -- 日志服务
- ├── pig-common-security -- 安全工具类
- └── pig-common-swagger -- 接口文档
-├── pig-register -- Nacos Server[8848]
-├── pig-gateway -- Spring Cloud Gateway网关[9999]
-├── pig-monitor -- Spring Boot Admin监控 [5001]
-└── pig-upms -- 通用用户权限管理模块
- └── pig-upms-api -- 通用用户权限管理系统公共api模块
- └── pig-upms-biz -- 通用用户权限管理系统业务处理模块[4000]
+├── pig-auth -- oauth-server[3000]
+├── pig-codegen -- graphical code generation[5002]
+└── pig-common
+ ├── pig-common-core -- tool core package
+ ├── pig-common-datasource -- dynamic data source package
+ ├── pig-common-log -- Log service package
+ ├── pig-common-mybatis -- mybatis expand
+ ├── pig-common-security -- security tools
+ └── pig-common-swagger -- api documentation
+├── pig-register -- nacos server[8848]
+├── pig-gateway -- spring cloud gateway[9999]
+├── pig-monitor -- spring boot admin[5001]
+└── pig-upms
+ └── pig-upms-api -- user management system api
+ └── pig-upms-biz -- user management system biz[4000]
```
-#### 开源共建
+#### Open source co-construction
-1. 欢迎提交 [pull request](https://dwz.cn/2KURd5Vf),注意对应提交对应 `dev` 分支
+1. Welcome to submit [pull request](https://dwz.cn/2KURd5Vf),note correspondence `dev` branch
-2. 欢迎提交 [issue](https://gitee.com/log4j/pig/issues),请写清楚遇到问题的原因、开发环境、复显步骤。
+2. Welcome to submit [issue](https://gitee.com/log4j/pig/issues),Please clearly write down the cause of the problem, the development environment, and the steps to reproduce.
-3. 不接受`功能请求`的 [issue](https://gitee.com/log4j/pig/issues),功能请求可能会被直接关闭。
+3. mail: pig4cloud@qq.com | QQ: 3130998334
-4. mail: pig4cloud@qq.com | QQ: 3130998334
-
-#### 免费公开课
+#### Free Class
-#### 交流群
+#### Chat Group
+
![](https://images.gitee.com/uploads/images/2020/0318/215612_66ede32c_1824312.jpeg)
+
+#### Star history
+
+[![Stargazers over time](https://starchart.cc/pigxcloud/pig.svg)](https://starchart.cc/pigxcloud/pig.svg)
diff --git a/README.zh.md b/README.zh.md
new file mode 100644
index 00000000..0639b067
--- /dev/null
+++ b/README.zh.md
@@ -0,0 +1,98 @@
+
+**中文** | [English](https://github.com/pigxcloud/pig/blob/master/README.md)
+
+
+
+
+
+
+
+
+- 基于 Spring Cloud Hoxton 、Spring Boot 2.2、 OAuth2 的RBAC权限管理系统
+- 基于数据驱动视图的理念封装 element-ui,即使没有 vue 的使用经验也能快速上手
+- 提供对常见容器化支持 Docker、Kubernetes、Rancher2 支持
+- 提供 lambda 、stream api 、webflux 的生产实践
+
+
+部署文档 | 前端解决方案 | PigX在线体验 | PigX白皮书 | pig4cloud initializr
+
+
+#### 快速构架微服务应用
+
+```xml
+
+
+ com.pig4cloud.archetype
+ pig-gen
+ last.version
+
+```
+
+
+
+#### 核心依赖
+
+
+依赖 | 版本
+---|---
+Spring Boot | 2.2.7.RELEASE
+Spring Cloud | Hoxton.SR3
+Spring Security OAuth2 | 2.3.6
+Mybatis Plus | 3.3.1
+hutool | 5.3.3
+Avue | 2.5.2
+
+
+
+#### 模块说明
+```lua
+pig-ui -- https://gitee.com/log4j/pig-ui
+
+pig
+├── pig-auth -- 授权服务提供[3000]
+├── pig-codegen -- 图形化代码生成[5002]
+└── pig-common -- 系统公共模块
+ ├── pig-common-core -- 公共工具类核心包
+ ├── pig-common-datasource -- 动态数据源包
+ ├── pig-common-log -- 日志服务
+ ├── pig-common-mybatis -- mybatis 扩展封装
+ ├── pig-common-security -- 安全工具类
+ └── pig-common-swagger -- 接口文档
+├── pig-register -- Nacos Server[8848]
+├── pig-gateway -- Spring Cloud Gateway网关[9999]
+├── pig-monitor -- Spring Boot Admin监控 [5001]
+└── pig-upms -- 通用用户权限管理模块
+ └── pig-upms-api -- 通用用户权限管理系统公共api模块
+ └── pig-upms-biz -- 通用用户权限管理系统业务处理模块[4000]
+
+```
+#### 开源共建
+
+1. 欢迎提交 [pull request](https://dwz.cn/2KURd5Vf),注意对应提交对应 `dev` 分支
+
+2. 欢迎提交 [issue](https://gitee.com/log4j/pig/issues),请写清楚遇到问题的原因、开发环境、复显步骤。
+
+3. 不接受`功能请求`的 [issue](https://gitee.com/log4j/pig/issues),功能请求可能会被直接关闭。
+
+4. mail: pig4cloud@qq.com | QQ: 3130998334
+
+#### 免费公开课
+
+
+
+#### 交流群
+![](https://images.gitee.com/uploads/images/2020/0318/215612_66ede32c_1824312.jpeg)
+
+
+#### Star 历史
+
+[![Stargazers over time](https://starchart.cc/pigxcloud/pig.svg)](https://starchart.cc/pigxcloud/pig.svg)
diff --git a/pig-auth/pom.xml b/pig-auth/pom.xml
index c7055339..06d06378 100755
--- a/pig-auth/pom.xml
+++ b/pig-auth/pom.xml
@@ -23,7 +23,7 @@
com.pig4cloud
pig
- 2.7.2
+ 2.7.3
pig-auth
@@ -46,13 +46,13 @@
com.pig4cloud
pig-upms-api
- 2.7.2
+ 2.7.3
com.pig4cloud
pig-common-security
- 2.7.2
+ 2.7.3
diff --git a/pig-codegen/pom.xml b/pig-codegen/pom.xml
index 14d32c3e..cddb4f15 100755
--- a/pig-codegen/pom.xml
+++ b/pig-codegen/pom.xml
@@ -24,7 +24,7 @@
com.pig4cloud
pig
- 2.7.2
+ 2.7.3
pig-codegen
@@ -37,7 +37,7 @@
com.pig4cloud
pig-common-swagger
- 2.7.2
+ 2.7.3
@@ -53,30 +53,30 @@
com.pig4cloud
pig-common-datasource
- 2.7.2
+ 2.7.3
com.pig4cloud
pig-common-mybatis
- 2.7.2
+ 2.7.3
com.pig4cloud
pig-common-core
- 2.7.2
+ 2.7.3
com.pig4cloud
pig-common-log
- 2.7.2
+ 2.7.3
com.pig4cloud
pig-common-security
- 2.7.2
+ 2.7.3
diff --git a/pig-common/pig-common-core/pom.xml b/pig-common/pig-common-core/pom.xml
index 3962e900..0d652675 100755
--- a/pig-common/pig-common-core/pom.xml
+++ b/pig-common/pig-common-core/pom.xml
@@ -23,7 +23,7 @@
com.pig4cloud
pig-common
- 2.7.2
+ 2.7.3
pig-common-core
diff --git a/pig-common/pig-common-datasource/pom.xml b/pig-common/pig-common-datasource/pom.xml
index 45ad1289..ad973aa4 100644
--- a/pig-common/pig-common-datasource/pom.xml
+++ b/pig-common/pig-common-datasource/pom.xml
@@ -23,7 +23,7 @@
pig-common
com.pig4cloud
- 2.7.2
+ 2.7.3
4.0.0
diff --git a/pig-common/pig-common-log/pom.xml b/pig-common/pig-common-log/pom.xml
index ebbb98a3..32d0292f 100755
--- a/pig-common/pig-common-log/pom.xml
+++ b/pig-common/pig-common-log/pom.xml
@@ -23,7 +23,7 @@
com.pig4cloud
pig-common
- 2.7.2
+ 2.7.3
pig-common-log
@@ -37,13 +37,13 @@
com.pig4cloud
pig-common-core
- 2.7.2
+ 2.7.3
com.pig4cloud
pig-upms-api
- 2.7.2
+ 2.7.3
diff --git a/pig-common/pig-common-mybatis/pom.xml b/pig-common/pig-common-mybatis/pom.xml
index 2a553520..577a12b1 100755
--- a/pig-common/pig-common-mybatis/pom.xml
+++ b/pig-common/pig-common-mybatis/pom.xml
@@ -23,7 +23,7 @@
com.pig4cloud
pig-common
- 2.7.2
+ 2.7.3
pig-common-mybatis
diff --git a/pig-common/pig-common-security/pom.xml b/pig-common/pig-common-security/pom.xml
index 38761164..03e4a6aa 100755
--- a/pig-common/pig-common-security/pom.xml
+++ b/pig-common/pig-common-security/pom.xml
@@ -23,7 +23,7 @@
com.pig4cloud
pig-common
- 2.7.2
+ 2.7.3
pig-common-security
@@ -37,7 +37,7 @@
com.pig4cloud
pig-common-core
- 2.7.2
+ 2.7.3
@@ -52,7 +52,7 @@
com.pig4cloud
pig-upms-api
- 2.7.2
+ 2.7.3
diff --git a/pig-common/pig-common-swagger/pom.xml b/pig-common/pig-common-swagger/pom.xml
index 7bb90617..2b752c99 100644
--- a/pig-common/pig-common-swagger/pom.xml
+++ b/pig-common/pig-common-swagger/pom.xml
@@ -23,7 +23,7 @@
com.pig4cloud
pig-common
- 2.7.2
+ 2.7.3
pig-common-swagger
diff --git a/pig-common/pom.xml b/pig-common/pom.xml
index 76eafdf7..1d3f8b3f 100755
--- a/pig-common/pom.xml
+++ b/pig-common/pom.xml
@@ -23,7 +23,7 @@
com.pig4cloud
pig
- 2.7.2
+ 2.7.3
pig-common
diff --git a/pig-gateway/pom.xml b/pig-gateway/pom.xml
index 260e4ce6..7c3d0305 100755
--- a/pig-gateway/pom.xml
+++ b/pig-gateway/pom.xml
@@ -23,7 +23,7 @@
com.pig4cloud
pig
- 2.7.2
+ 2.7.3
pig-gateway
@@ -61,7 +61,7 @@
com.pig4cloud
pig-common-core
- 2.7.2
+ 2.7.3
diff --git a/pig-monitor/pom.xml b/pig-monitor/pom.xml
index 99d59786..d8d84bdd 100755
--- a/pig-monitor/pom.xml
+++ b/pig-monitor/pom.xml
@@ -23,7 +23,7 @@
com.pig4cloud
pig
- 2.7.2
+ 2.7.3
pig-monitor
diff --git a/pig-register/pom.xml b/pig-register/pom.xml
index 4254f9c2..cd13a4bb 100755
--- a/pig-register/pom.xml
+++ b/pig-register/pom.xml
@@ -18,7 +18,7 @@
com.pig4cloud
pig
- 2.7.2
+ 2.7.3
pig-register
diff --git a/pig-upms/pig-upms-api/pom.xml b/pig-upms/pig-upms-api/pom.xml
index 08e15449..e8c26116 100755
--- a/pig-upms/pig-upms-api/pom.xml
+++ b/pig-upms/pig-upms-api/pom.xml
@@ -23,7 +23,7 @@
com.pig4cloud
pig-upms
- 2.7.2
+ 2.7.3
pig-upms-api
@@ -37,7 +37,7 @@
com.pig4cloud
pig-common-core
- 2.7.2
+ 2.7.3
diff --git a/pig-upms/pig-upms-biz/pom.xml b/pig-upms/pig-upms-biz/pom.xml
index e21fe32c..b193858b 100644
--- a/pig-upms/pig-upms-biz/pom.xml
+++ b/pig-upms/pig-upms-biz/pom.xml
@@ -23,7 +23,7 @@
com.pig4cloud
pig-upms
- 2.7.2
+ 2.7.3
pig-upms-biz
@@ -36,31 +36,31 @@
com.pig4cloud
pig-upms-api
- 2.7.2
+ 2.7.3
com.pig4cloud
pig-common-security
- 2.7.2
+ 2.7.3
com.pig4cloud
pig-common-log
- 2.7.2
+ 2.7.3
com.pig4cloud
pig-common-swagger
- 2.7.2
+ 2.7.3
com.pig4cloud
pig-common-mybatis
- 2.7.2
+ 2.7.3
diff --git a/pig-upms/pom.xml b/pig-upms/pom.xml
index 389c1123..27e1a940 100755
--- a/pig-upms/pom.xml
+++ b/pig-upms/pom.xml
@@ -23,7 +23,7 @@
com.pig4cloud
pig
- 2.7.2
+ 2.7.3
pig-upms
diff --git a/pom.xml b/pom.xml
index 1df2c9fd..5cc01b47 100755
--- a/pom.xml
+++ b/pom.xml
@@ -29,20 +29,20 @@
com.pig4cloud
pig
- 2.7.2
+ 2.7.3
${project.artifactId}
pom
https://www.pig4cloud.com
- 2.2.6.RELEASE
+ 2.2.7.RELEASE
Hoxton.SR3
2.2.1.RELEASE
UTF-8
1.8
1.8
2.2.2
- 5.2.5
+ 5.3.3
3.3.1
3.0.0
0.0.9