2020-05-09 20:02:45 +08:00
[中文 ](https://github.com/pigxcloud/pig/blob/master/README.zh.md ) | **English**
2019-10-26 16:29:56 +08:00
< p align = "center" >
2020-09-14 21:39:42 +08:00
< img src = "https://img.shields.io/badge/Pig-2.9-success.svg" alt = "Build Status" >
2020-06-22 22:14:42 +08:00
< img src = "https://img.shields.io/badge/Avue-2.6-green.svg" alt = "Build Status" >
2020-09-01 13:41:31 +08:00
< img src = "https://img.shields.io/badge/Spring%20Cloud-Hoxto.SR8-blue.svg" alt = "Coverage Status" >
2020-05-17 11:16:54 +08:00
< img src = "https://img.shields.io/badge/Spring%20Boot-2.3.RELEASE-blue.svg" alt = "Downloads" >
2019-09-17 11:08:52 +08:00
< / p >
2019-02-01 21:06:59 +08:00
2020-05-17 11:16:54 +08:00
- based on Spring Cloud Hoxton 、Spring Boot 2.3、 OAuth2 RBAC web framework
2020-05-09 20:02:45 +08:00
- 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
2019-02-01 21:06:59 +08:00
2020-09-14 21:39:42 +08:00
< a href = "https://wiki.pig4cloud.com" 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 >
2019-02-01 21:06:59 +08:00
2019-10-26 16:23:16 +08:00
2020-05-09 20:02:45 +08:00
#### Quickly structure microservice applications
2019-02-01 21:06:59 +08:00
2019-11-05 01:07:27 +08:00
```xml
<!-- pig - gen archetype -->
< dependency >
< groupId > com.pig4cloud.archetype< / groupId >
< artifactId > pig-gen< / artifactId >
< version > last.version< / version >
< / dependency >
```
2019-10-26 13:54:30 +08:00
< img src = "https://images.gitee.com/uploads/images/2019/1026/004238_9a73e1e7_393021.gif" / >
2019-02-01 21:06:59 +08:00
2020-05-09 20:02:45 +08:00
#### Core dependencies
2019-02-01 21:06:59 +08:00
2020-05-09 20:02:45 +08:00
dependencies | version
2019-02-01 21:06:59 +08:00
---|---
2020-08-14 09:26:30 +08:00
Spring Boot | 2.3.3.RELEASE
2020-09-01 13:41:31 +08:00
Spring Cloud | Hoxton.SR8
2020-09-14 21:39:42 +08:00
Spring Cloud Alibaba | 2.2.2.RELEASE
2019-09-17 11:08:52 +08:00
Spring Security OAuth2 | 2.3.6
2020-09-01 13:41:31 +08:00
Mybatis Plus | 3.4.0
2020-09-14 21:39:42 +08:00
hutool | 5.4.2
2020-09-01 13:41:31 +08:00
Avue | 2.6.15
2019-02-01 21:06:59 +08:00
2020-05-09 20:02:45 +08:00
#### Module description
2019-02-01 21:06:59 +08:00
```lua
2020-05-09 20:02:45 +08:00
pig-ui -- https://github.com/pigxcloud/pig-ui
2019-08-23 19:45:25 +08:00
2019-02-01 21:06:59 +08:00
pig
2020-05-09 20:02:45 +08:00
├── pig-auth -- oauth-server[3000]
└── pig-common
├── pig-common-core -- tool core package
├── pig-common-datasource -- dynamic data source package
├── pig-common-log -- Log service package
2020-09-14 21:30:33 +08:00
├── pig-common-job -- xxl-job expand
2020-05-09 20:02:45 +08:00
├── pig-common-mybatis -- mybatis expand
├── pig-common-security -- security tools
2020-06-11 16:52:05 +08:00
├── pig-common-swagger -- api documentation
└── pig-common-sentinel -- sentinel auto fallbak
2020-05-09 20:02:45 +08:00
├── pig-register -- nacos server[8848]
├── pig-gateway -- spring cloud gateway[9999]
└── pig-upms
└── pig-upms-api -- user management system api
└── pig-upms-biz -- user management system biz[4000]
2020-06-11 16:52:05 +08:00
└── pig-visual
└── pig-monitor -- spring boot admin[5001]
├── pig-codegen -- graphical code generation[5002]
2020-09-18 14:55:31 +08:00
├── pig-sentinel-dashboard -- sentinel dashboard [5003]
└── pig-xxl-job-admin -- xxl-job-admin [5004]
2019-02-01 21:06:59 +08:00
```
2020-05-09 20:02:45 +08:00
#### Open source co-construction
2019-02-01 21:06:59 +08:00
2020-05-09 20:02:45 +08:00
1. Welcome to submit [pull request ](https://dwz.cn/2KURd5Vf ), note correspondence `dev` branch
2019-02-01 21:06:59 +08:00
2020-05-09 20:02:45 +08:00
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.
2019-02-01 21:06:59 +08:00
2020-07-29 11:56:33 +08:00
3. mail: < a href = "mailto:pig4cloud@qq.com" > pig4cloud@qq.com</ a >
2020-03-14 14:27:18 +08:00
2020-09-14 21:39:42 +08:00
#### License
pig is Open Source software released under the [Apache 2.0 license ](https://www.apache.org/licenses/LICENSE-2.0.html ).
2020-05-09 20:02:45 +08:00
#### Free Class
2019-02-01 21:06:59 +08:00
2019-12-08 20:11:37 +08:00
< table >
< tr >
2020-09-01 13:41:31 +08:00
< td > < a href = "https://www.bilibili.com/video/av45084065" target = "_blank" > < img src = "https://gitee.com/pig4cloud/oss/raw/master/2020-9/20200901133006.png" > < / a > < / td >
< td > < a href = "https://www.bilibili.com/video/av77344954" target = "_blank" > < img src = "https://gitee.com/pig4cloud/oss/raw/master/2020-9/20200901133059.png" > < / a > < / td >
2019-12-08 20:11:37 +08:00
< / tr >
2020-05-04 21:04:02 +08:00
< tr >
2020-09-14 21:39:42 +08:00
< td > < a href = "https://www.bilibili.com/video/BV1J5411476V" target = "_blank" > < img src = "https://gitee.com/pig4cloud/oss/raw/master/2020-9/20200901133114.png" > < / a > < / td >
2020-09-01 13:41:31 +08:00
< td > < a href = "https://www.bilibili.com/video/BV14p4y197K5" target = "_blank" > < img src = "https://gitee.com/pig4cloud/oss/raw/master/2020-9/20200901133124.png" > < / a > < / td >
2020-05-04 21:04:02 +08:00
< / tr >
2019-12-08 20:11:37 +08:00
< / table >
2019-02-01 21:06:59 +08:00
2020-05-09 20:02:45 +08:00
#### Chat Group
2020-09-01 13:41:31 +08:00
![](https://gitee.com/pig4cloud/oss/raw/master/2020-9/20200901133142.png)
2020-05-09 20:02:45 +08:00
#### Star history
[![Stargazers over time ](https://starchart.cc/pigxcloud/pig.svg )](https://starchart.cc/pigxcloud/pig.svg)