forked from pig-mesh/pig-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
149 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,24 @@ | ||
|
||
[中文](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"> | ||
<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 的生产实践 | ||
- 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://pig4cloud.com/images/20190918.pdf"> PigX白皮书</a> | <a target="_blank" href="https://start.pig4cloud.com"> pig4cloud initializr</a> | ||
<a href="https://github.com/pigxcloud/pig/wiki/deploy-doc" 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,59 +31,69 @@ | |
|
||
<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] | ||
|
||
``` | ||
#### 开源共建 | ||
|
||
1. 欢迎提交 [pull request](https://dwz.cn/2KURd5Vf),注意对应提交对应 `dev` 分支 | ||
#### Open source co-construction | ||
|
||
2. 欢迎提交 [issue](https://gitee.com/log4j/pig/issues),请写清楚遇到问题的原因、开发环境、复显步骤。 | ||
1. Welcome to submit [pull request](https://dwz.cn/2KURd5Vf),note correspondence `dev` branch | ||
|
||
3. 不接受`功能请求`的 [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. | ||
|
||
4. mail: <a href="mailto:[email protected]">[email protected]</a> | <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=2270033969&site=qq&menu=yes"> QQ: 2270033969</a> | ||
3. mail: <a href="mailto:[email protected]">[email protected]</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> | ||
<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> | ||
|
||
#### 交流群 | ||
#### 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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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:[email protected]">[email protected]</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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters