mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-31 09:12:10 +08:00
🔖 Releasing / Version tags. v3.7.2
This commit is contained in:
parent
e6ed6681cd
commit
c025bb1528
49
README.md
49
README.md
@ -1,7 +1,6 @@
|
||||
<p align="center">
|
||||
<img src="https://img.shields.io/badge/Pig-3.7-success.svg" alt="Build Status">
|
||||
<img src="https://img.shields.io/badge/Spring%20Cloud-2021-blue.svg" alt="Coverage Status">
|
||||
<img src="https://img.shields.io/badge/Spring%20Boot-2.7-blue.svg" alt="Downloads">
|
||||
<img src="https://img.shields.io/badge/Spring%20Boot-3.2-blue.svg" alt="Downloads">
|
||||
<img src="https://img.shields.io/badge/Vue-3.2-blue.svg" alt="Downloads">
|
||||
<img src="https://img.shields.io/github/license/pig-mesh/pig"/>
|
||||
</p>
|
||||
@ -9,7 +8,8 @@
|
||||
## 分支说明
|
||||
|
||||
- master: java8 + springboot 2.7 + springcloud 2021
|
||||
- jdk17: java17 + springboot 3.1 + springcloud 2022
|
||||
- ⭐️ jdk17: java17 + springboot 3.2 + springcloud 2022
|
||||
- 🔥 boot: java17 + springboot 3.2 单体版本
|
||||
|
||||
## 系统说明
|
||||
|
||||
@ -41,42 +41,25 @@
|
||||
|
||||
| 依赖 | 版本 |
|
||||
|-----------------------------|------------|
|
||||
| Spring Boot | 3.1.1 |
|
||||
| Spring Cloud | 2022.0.3 |
|
||||
| Spring Cloud Alibaba | 2022.0.0.0-RC2 |
|
||||
| Spring Authorization Server | 1.1.1 |
|
||||
| Mybatis Plus | 3.5.3.1 |
|
||||
| hutool | 5.8.20 |
|
||||
| Spring Boot | 3.2.0 |
|
||||
| Spring Cloud | 2023.0.0 |
|
||||
| Spring Cloud Alibaba | 2022.0.0.0 |
|
||||
| Spring Authorization Server | 1.2.0 |
|
||||
| Mybatis Plus | 3.5.4 |
|
||||
| hutool | 5.8.22 |
|
||||
|
||||
### 模块说明
|
||||
|
||||
```lua
|
||||
pig-ui -- https://gitee.com/log4j/pig-ui
|
||||
|
||||
pig
|
||||
├── pig-auth -- 授权服务提供[3000]
|
||||
└── pig-common -- 系统公共模块
|
||||
├── pig-common-bom -- 全局依赖管理控制
|
||||
├── pig-common-core -- 公共工具类核心包
|
||||
├── pig-common-datasource -- 动态数据源包
|
||||
├── pig-common-job -- xxl-job 封装
|
||||
├── pig-common-log -- 日志服务
|
||||
├── pig-common-oss -- 文件上传工具类
|
||||
├── pig-common-mybatis -- mybatis 扩展封装
|
||||
├── pig-common-seata -- 分布式事务
|
||||
├── pig-common-security -- 安全工具类
|
||||
├── pig-common-swagger -- 接口文档
|
||||
├── pig-common-feign -- feign 扩展封装
|
||||
└── pig-common-xss -- xss 安全封装
|
||||
├── pig-register -- Nacos Server[8848]
|
||||
├── pig-gateway -- Spring Cloud Gateway网关[9999]
|
||||
└── pig-upms -- 通用用户权限管理模块
|
||||
└── pig-upms-api -- 通用用户权限管理系统公共api模块
|
||||
└── pig-upms-biz -- 通用用户权限管理系统业务处理模块[4000]
|
||||
└── pig-visual
|
||||
└── pig-monitor -- 服务监控 [5001]
|
||||
├── pig-codegen -- 图形化代码生成 [5002]
|
||||
└── pig-quartz -- 定时任务管理台 [5007]
|
||||
├── pig-auth
|
||||
├── pig-codegen
|
||||
├── pig-common
|
||||
├── pig-quartz
|
||||
├── pig-upms
|
||||
└── pom.xml
|
||||
|
||||
```
|
||||
|
||||
### 本地开发 运行
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pig-ui",
|
||||
"version": "3.7.1",
|
||||
"version": "3.7.2",
|
||||
"description": "PIGCLOUD微服务开发平台",
|
||||
"author": "pig4cloud",
|
||||
"license": "Apache-2.0",
|
||||
|
Loading…
Reference in New Issue
Block a user