🔖 Releasing / Version tags. 2.7.3 up spring boot

This commit is contained in:
冷冷 2020-05-09 20:02:45 +08:00
parent c77fc08cd0
commit 97ca0ed4aa
18 changed files with 179 additions and 71 deletions

View File

@ -1,3 +1,7 @@
[中文](https://github.com/pigxcloud/pig/blob/master/README.zh.md) | **English**
<p align="center">
<img src="https://img.shields.io/badge/Pig-2.7-success.svg" alt="Build Status">
<img src="https://img.shields.io/badge/Avue-2.3-green.svg" alt="Build Status">
@ -5,16 +9,16 @@
<img src="https://img.shields.io/badge/Spring%20Boot-2.2.RELEASE-blue.svg" alt="Downloads">
</p>
- 基于 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
<a href="http://pig4cloud.com/doc/pig" target="_blank">部署文档</a> | <a target="_blank" href="https://avuejs.com"> 前端解决方案</a> | <a target="_blank" href="http://pigx.pig4cloud.com"> PigX在线体验</a> | <a target="_blank" href="https://paper.pig4cloud.com/"> PigX白皮书</a> | <a target="_blank" href="https://start.pig4cloud.com"> pig4cloud initializr</a>
<a href="https://github.com/pigxcloud/pig/wiki" target="_blank">Documentation</a> | <a target="_blank" href="http://pigx.pig4cloud.com"> PigX Online</a> | <a target="_blank" href="https://paper.pig4cloud.com/"> PigX Paper</a> | <a target="_blank" href="https://start.pig4cloud.com"> pig4cloud initializr</a>
#### 快速构架微服务应用
#### Quickly structure microservice applications
```xml
<!-- pig-gen archetype -->
@ -27,51 +31,52 @@
<img src="https://images.gitee.com/uploads/images/2019/1026/004238_9a73e1e7_393021.gif"/>
#### 核心依赖
#### 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: <a href="mailto:pig4cloud@qq.com">pig4cloud@qq.com</a> | <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=3130998334&site=qq&menu=yes"> QQ: 3130998334</a>
4. mail: <a href="mailto:pig4cloud@qq.com">pig4cloud@qq.com</a> | <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=3130998334&site=qq&menu=yes"> QQ: 3130998334</a>
#### 免费公开课
#### Free Class
<table>
<tr>
@ -84,6 +89,11 @@ pig
</tr>
</table>
#### 交流群
#### 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)

98
README.zh.md Normal file
View File

@ -0,0 +1,98 @@
**中文** | [English](https://github.com/pigxcloud/pig/blob/master/README.md)
<p align="center">
<img src="https://img.shields.io/badge/Pig-2.7-success.svg" alt="Build Status">
<img src="https://img.shields.io/badge/Avue-2.3-green.svg" alt="Build Status">
<img src="https://img.shields.io/badge/Spring%20Cloud-Hoxto.SR3-blue.svg" alt="Coverage Status">
<img src="https://img.shields.io/badge/Spring%20Boot-2.2.RELEASE-blue.svg" alt="Downloads">
</p>
- 基于 Spring Cloud Hoxton 、Spring Boot 2.2、 OAuth2 的RBAC权限管理系统
- 基于数据驱动视图的理念封装 element-ui即使没有 vue 的使用经验也能快速上手
- 提供对常见容器化支持 Docker、Kubernetes、Rancher2 支持
- 提供 lambda 、stream api 、webflux 的生产实践
<a href="http://pig4cloud.com/doc/pig" target="_blank">部署文档</a> | <a target="_blank" href="https://avuejs.com"> 前端解决方案</a> | <a target="_blank" href="http://pigx.pig4cloud.com"> PigX在线体验</a> | <a target="_blank" href="https://paper.pig4cloud.com/"> PigX白皮书</a> | <a target="_blank" href="https://start.pig4cloud.com"> pig4cloud initializr</a>
#### 快速构架微服务应用
```xml
<!-- pig-gen archetype -->
<dependency>
<groupId>com.pig4cloud.archetype</groupId>
<artifactId>pig-gen</artifactId>
<version>last.version</version>
</dependency>
```
<img src="https://images.gitee.com/uploads/images/2019/1026/004238_9a73e1e7_393021.gif"/>
#### 核心依赖
依赖 | 版本
---|---
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: <a href="mailto:pig4cloud@qq.com">pig4cloud@qq.com</a> | <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=3130998334&site=qq&menu=yes"> QQ: 3130998334</a>
#### 免费公开课
<table>
<tr>
<td><a href="https://www.bilibili.com/video/av45084065" target="_blank"><img src="https://images.gitee.com/uploads/images/2020/0318/215612_b3d0375d_1824312.jpeg"></a></td>
<td><a href="https://www.bilibili.com/video/av77344954" target="_blank"><img src="https://images.gitee.com/uploads/images/2020/0318/215612_f6d298c4_1824312.jpeg"></a></td>
</tr>
<tr>
<td><a href="https://www.bilibili.com/video/BV1J5411476V" target="_blank"><img src="http://pigx.vip/20200504210206_YDYTOA_k3s.jpeg"></a></td>
<td><a href="https://www.bilibili.com/video/BV14p4y197K5" target="_blank"><img src="http://pigx.vip/20200504210257_yXZBSx_zerotier.jpeg"></a></td>
</tr>
</table>
#### 交流群
![](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)

View File

@ -23,7 +23,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</parent>
<artifactId>pig-auth</artifactId>
@ -46,13 +46,13 @@
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-upms-api</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</dependency>
<!--security-->
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common-security</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</dependency>
<!--JDBC相关-->
<dependency>

View File

@ -24,7 +24,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</parent>
<artifactId>pig-codegen</artifactId>
@ -37,7 +37,7 @@
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common-swagger</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</dependency>
<!--注册中心客户端-->
<dependency>
@ -53,30 +53,30 @@
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common-datasource</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</dependency>
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common-mybatis</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</dependency>
<!--common-->
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common-core</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</dependency>
<!--日志处理-->
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common-log</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</dependency>
<!--安全模块-->
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common-security</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</dependency>
<!--代码生成模板引擎-->
<dependency>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</parent>
<artifactId>pig-common-core</artifactId>

View File

@ -23,7 +23,7 @@
<parent>
<artifactId>pig-common</artifactId>
<groupId>com.pig4cloud</groupId>
<version>2.7.2</version>
<version>2.7.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</parent>
<artifactId>pig-common-log</artifactId>
@ -37,13 +37,13 @@
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common-core</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</dependency>
<!--UPMS接口模块-->
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-upms-api</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</dependency>
<!--安全依赖获取上下文信息-->
<dependency>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</parent>
<artifactId>pig-common-mybatis</artifactId>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</parent>
<artifactId>pig-common-security</artifactId>
@ -37,7 +37,7 @@
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common-core</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</dependency>
<!--安全模块-->
<dependency>
@ -52,7 +52,7 @@
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-upms-api</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</dependency>
</dependencies>
</project>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</parent>
<artifactId>pig-common-swagger</artifactId>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</parent>
<artifactId>pig-common</artifactId>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</parent>
<artifactId>pig-gateway</artifactId>
@ -61,7 +61,7 @@
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common-core</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</dependency>
<!--接口文档-->
<dependency>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</parent>
<artifactId>pig-monitor</artifactId>

View File

@ -18,7 +18,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</parent>
<artifactId>pig-register</artifactId>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-upms</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</parent>
<artifactId>pig-upms-api</artifactId>
@ -37,7 +37,7 @@
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common-core</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</dependency>
</dependencies>
</project>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-upms</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</parent>
<artifactId>pig-upms-biz</artifactId>
@ -36,31 +36,31 @@
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-upms-api</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</dependency>
<!--安全模块-->
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common-security</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</dependency>
<!--日志处理-->
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common-log</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</dependency>
<!--接口文档-->
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common-swagger</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</dependency>
<!--mybatis 模块-->
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common-mybatis</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</dependency>
<!--注册中心客户端-->
<dependency>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pig</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</parent>
<artifactId>pig-upms</artifactId>

View File

@ -29,20 +29,20 @@
<groupId>com.pig4cloud</groupId>
<artifactId>pig</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<url>https://www.pig4cloud.com</url>
<properties>
<spring-boot.version>2.2.6.RELEASE</spring-boot.version>
<spring-boot.version>2.2.7.RELEASE</spring-boot.version>
<spring-cloud.version>Hoxton.SR3</spring-cloud.version>
<spring-cloud-alibaba.version>2.2.1.RELEASE</spring-cloud-alibaba.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<spring-boot-admin.version>2.2.2</spring-boot-admin.version>
<hutool.version>5.2.5</hutool.version>
<hutool.version>5.3.3</hutool.version>
<mybatis-plus.version>3.3.1</mybatis-plus.version>
<dynamic-ds.version>3.0.0</dynamic-ds.version>
<kaptcha.version>0.0.9</kaptcha.version>