diff --git a/README.md b/README.md index aab95b28..29698d08 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@
- - - - - + + + + +
## 系统说明 @@ -30,21 +30,30 @@ ![](https://minio.pigx.vip/oss/1648184189.png) - - ## 快速开始 +### 分支说明 + +- master: java8 + springboot 2.7 + springcloud 2021 +- jdk17: java17 + springboot 3.0 + springcloud 2022 + +| 分支 | 说明 | +|-----------------|------------------------------------------------------------------| +| master | java8 + springboot 2.7 + springcloud 2021 | +| sca-springboot3 | java17 + springboot 3.0 + springcloud 2022 | +| sct-springboot3 | java17 + springboot 3.0 + springcloud 2022 | + + ### 核心依赖 | 依赖 | 版本 | | ---------------------- |------------| -| Spring Boot | 2.7.5 | -| Spring Cloud | 2021.0.5 | -| Spring Cloud Alibaba | 2021.0.4.0 | -| Spring Authorization Server | 0.3.1 | -| Mybatis Plus | 3.5.2 | -| hutool | 5.8.9 | -| Avue | 3.1.3 | +| Spring Boot | 2.7.10 | +| Spring Cloud | 2021.0.6 | +| Spring Cloud Alibaba | 2021.0.5.0 | +| Spring Authorization Server | 0.4.1 | +| Mybatis Plus | 3.5.3.1 | +| hutool | 5.8.15 | ### 模块说明 @@ -54,27 +63,27 @@ 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-mybatis -- mybatis 扩展封装 -├── pig-common-seata -- 分布式事务 -├── pig-common-security -- 安全工具类 -├── pig-common-swagger -- 接口文档 -├── pig-common-feign -- feign 扩展封装 -└── pig-common-xss -- xss 安全封装 + ├── pig-common-bom -- 全局依赖管理控制 + ├── pig-common-core -- 公共工具类核心包 + ├── pig-common-datasource -- 动态数据源包 + ├── pig-common-job -- xxl-job 封装 + ├── pig-common-log -- 日志服务 + ├── 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-upms-api -- 通用用户权限管理系统公共api模块 + └── pig-upms-biz -- 通用用户权限管理系统业务处理模块[4000] └── pig-visual -└── pig-monitor -- 服务监控 [5001] -├── pig-codegen -- 图形化代码生成 [5002] -├── pig-sentinel-dashboard -- 流量高可用 [5003] -└── pig-xxl-job-admin -- 分布式定时任务管理台 [5004] + └── pig-monitor -- 服务监控 [5001] + ├── pig-codegen -- 图形化代码生成 [5002] + ├── pig-sentinel-dashboard -- 流量高可用 [5003] + └── pig-xxl-job-admin -- 分布式定时任务管理台 [5004] ``` ### 本地开发 运行 @@ -109,14 +118,14 @@ cnpm install && cnpm run build:docker && cd docker && docker-compose up -d ## 免费公开课- | - |
- | - |
+ | + |
+ | + |