From cdf5245123c3cb1cae0bf4750210bb93aaf41a7c Mon Sep 17 00:00:00 2001 From: lbw Date: Thu, 23 Mar 2023 19:58:26 +0800 Subject: [PATCH] :bookmark: Releasing / Version tags. 3.6.7 --- README.md | 119 +++++++++++++++++++++++------------------- package-lock.json | 4 +- package.json | 2 +- src/config/website.js | 2 +- 4 files changed, 68 insertions(+), 59 deletions(-) diff --git a/README.md b/README.md index aab95b28..29698d08 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@

-Build Status -Coverage Status -Downloads -Downloads - + Build Status + Coverage Status + Downloads + Downloads +

## 系统说明 @@ -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 ## 免费公开课 - - - - - - - - + + + + + + + +
## 开源共建 @@ -132,22 +141,22 @@ pig 开源软件遵循 [Apache 2.0 协议](https://www.apache.org/licenses/LICEN ### 其他说明 1. 欢迎提交 [PR](https://dwz.cn/2KURd5Vf),注意对应提交对应 `dev` 分支 -代码规范 [spring-javaformat](https://github.com/spring-io/spring-javaformat) - -
-代码规范说明 - -1. 由于 spring-javaformat -强制所有代码按照指定格式排版,未按此要求提交的代码将不能通过合并(打包) -2. 如果使用 IntelliJ IDEA -开发,请安装自动格式化软件 - spring-javaformat-intellij-idea-plugin -3. 其他开发工具,请参考 spring-javaformat -说明,或`提交代码前`在项目根目录运行下列命令(需要开发者电脑支持`mvn`命令)进行代码格式化 -``` -mvn spring-javaformat:apply -``` -
+ 代码规范 [spring-javaformat](https://github.com/spring-io/spring-javaformat) + +
+ 代码规范说明 + + 1. 由于 spring-javaformat + 强制所有代码按照指定格式排版,未按此要求提交的代码将不能通过合并(打包) + 2. 如果使用 IntelliJ IDEA + 开发,请安装自动格式化软件 + spring-javaformat-intellij-idea-plugin + 3. 其他开发工具,请参考 spring-javaformat + 说明,或`提交代码前`在项目根目录运行下列命令(需要开发者电脑支持`mvn`命令)进行代码格式化 + ``` + mvn spring-javaformat:apply + ``` +
2. 欢迎提交 [issue](https://gitee.com/log4j/pig/issues),请写清楚遇到问题的原因、开发环境、复显步骤。 diff --git a/package-lock.json b/package-lock.json index b8b016ca..3b6355d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pig-ui", - "version": "3.6.6", + "version": "3.6.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pig-ui", - "version": "3.6.6", + "version": "3.6.7", "dependencies": { "@element-plus/icons-vue": "^0.2.4", "@smallwei/avue": "3.2.8", diff --git a/package.json b/package.json index 45a9c766..c5959419 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pig-ui", - "version": "3.6.6", + "version": "3.6.7", "scripts": { "dev": "vite --host", "build": "vite build", diff --git a/src/config/website.js b/src/config/website.js index 6a2d8407..6b945425 100755 --- a/src/config/website.js +++ b/src/config/website.js @@ -1,5 +1,5 @@ export default { - version: "v3.6.6", // 控制首页显示的版本号 + version: "v3.6.7", // 控制首页显示的版本号 logo: "PIG", // 侧边栏搜索的时候顶部展示的文案 key: "pig", //配置主键,目前用于存储 title: "PIG 快速开发框架",