Skip to content

Commit

Permalink
🔖 Releasing / Version tags. v3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lbw committed Jan 3, 2024
1 parent 21d9a33 commit d04fb28
Showing 1 changed file with 30 additions and 14 deletions.
44 changes: 30 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<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%20Boot-3.2-blue.svg" alt="Downloads">
<img src="https://img.shields.io/badge/Spring%20Cloud-2023.0.0-blue.svg" alt="Coverage Status">
<img src="https://img.shields.io/badge/Spring%20Boot-3.2.1-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>

## 分支说明

- master: java8 + springboot 2.7 + springcloud 2021
- ⭐️ jdk17: java17 + springboot 3.2 + springcloud 2022
- 🔥 boot: java17 + springboot 3.2 单体版本
- jdk17: java17 + springboot 3.2 + springcloud 2023

## 系统说明

Expand Down Expand Up @@ -41,25 +41,41 @@

| 依赖 | 版本 |
|-----------------------------|------------|
| Spring Boot | 3.2.0 |
| Spring Boot | 3.2.1 |
| 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 |
| Spring Authorization Server | 1.2.1 |
| Mybatis Plus | 3.5.5 |
| hutool | 5.8.23 |

### 模块说明

```lua
pig-ui -- https://gitee.com/log4j/pig-ui

├── pig-auth
├── pig-codegen
├── pig-common
├── pig-quartz
├── pig-upms
└── pom.xml

pig
├── pig-auth -- 授权服务提供[3000]
└── pig-common -- 系统公共模块
├── pig-common-bom -- 全局依赖管理控制
├── pig-common-core -- 公共工具类核心包
├── pig-common-datasource -- 动态数据源包
├── 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]
```

### 本地开发 运行
Expand Down

0 comments on commit d04fb28

Please sign in to comment.