🔖 Releasing / Version tags. v3.7.2

This commit is contained in:
lbw 2023-12-15 15:04:49 +08:00
parent e6ed6681cd
commit c025bb1528
2 changed files with 17 additions and 34 deletions

View File

@ -1,7 +1,6 @@
<p align="center"> <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/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-3.2-blue.svg" alt="Downloads">
<img src="https://img.shields.io/badge/Spring%20Boot-2.7-blue.svg" alt="Downloads">
<img src="https://img.shields.io/badge/Vue-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"/> <img src="https://img.shields.io/github/license/pig-mesh/pig"/>
</p> </p>
@ -9,7 +8,8 @@
## 分支说明 ## 分支说明
- master: java8 + springboot 2.7 + springcloud 2021 - 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 Boot | 3.2.0 |
| Spring Cloud | 2022.0.3 | | Spring Cloud | 2023.0.0 |
| Spring Cloud Alibaba | 2022.0.0.0-RC2 | | Spring Cloud Alibaba | 2022.0.0.0 |
| Spring Authorization Server | 1.1.1 | | Spring Authorization Server | 1.2.0 |
| Mybatis Plus | 3.5.3.1 | | Mybatis Plus | 3.5.4 |
| hutool | 5.8.20 | | hutool | 5.8.22 |
### 模块说明 ### 模块说明
```lua ```lua
pig-ui -- https://gitee.com/log4j/pig-ui pig-ui -- https://gitee.com/log4j/pig-ui
pig ├── pig-auth
├── pig-auth -- 授权服务提供[3000] ├── pig-codegen
└── pig-common -- 系统公共模块 ├── pig-common
├── pig-common-bom -- 全局依赖管理控制 ├── pig-quartz
├── pig-common-core -- 公共工具类核心包 ├── pig-upms
├── pig-common-datasource -- 动态数据源包 └── pom.xml
├── 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]
``` ```
### 本地开发 运行 ### 本地开发 运行

View File

@ -1,6 +1,6 @@
{ {
"name": "pig-ui", "name": "pig-ui",
"version": "3.7.1", "version": "3.7.2",
"description": "PIGCLOUD微服务开发平台", "description": "PIGCLOUD微服务开发平台",
"author": "pig4cloud", "author": "pig4cloud",
"license": "Apache-2.0", "license": "Apache-2.0",