From 0cd8559240d62e1f2ce8e4afe92646fdb0a57482 Mon Sep 17 00:00:00 2001 From: smallchill Date: Thu, 7 Nov 2024 19:53:03 +0800 Subject: [PATCH] =?UTF-8?q?:tada:=204.3.0.RELEASE=20=E5=A4=9A=E7=A7=9F?= =?UTF-8?q?=E6=88=B7=E6=94=AF=E6=8C=81=E7=BA=BF=E7=A8=8B=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E6=8C=87=E5=AE=9A=E7=A7=9F=E6=88=B7ID=E4=B8=8E=E5=BF=BD?= =?UTF-8?q?=E7=95=A5=E7=A7=9F=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- package.json | 2 +- src/api/tool/code.js | 2 +- src/views/wel/index.vue | 22 ++++++++++++++++++++-- 4 files changed, 27 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6bcce5b..cd48ad6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Downloads + Downloads Build Status Build Status Coverage Status @@ -33,12 +33,12 @@ |----------------------|------------| | Java | 17+ | | NodeJS | 18+ | -| Spring | 6.1.12 | -| Spring Boot | 3.2.9 | +| Spring | 6.1.14 | +| Spring Boot | 3.2.10 | | Spring Cloud | 2023.0.3 | -| Spring Cloud Alibaba | 2023.0.1.0 | +| Spring Cloud Alibaba | 2023.0.1.2 | | Nacos Alibaba | 2.3.2 | -| Mybatis Plus | 3.5.7 | +| Mybatis Plus | 3.5.8 | ## 工程结构 diff --git a/package.json b/package.json index df51770..c8ecab9 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saber-admin", - "version": "4.2.0", + "version": "4.3.0", "scripts": { "dev": "vite --host", "prod": "vite --mode production", diff --git a/src/api/tool/code.js b/src/api/tool/code.js index bbc35fa..2ecd79b 100644 --- a/src/api/tool/code.js +++ b/src/api/tool/code.js @@ -18,7 +18,7 @@ export const build = (ids) => { method: 'post', params: { ids, - system: 'saber' + system: 'saber3' } }) } diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue index beb3011..9c60dbf 100644 --- a/src/views/wel/index.vue +++ b/src/views/wel/index.vue @@ -2,7 +2,7 @@

- Downloads Build Status @@ -156,6 +156,24 @@ + +

1.[升级]SpringBoot 至 6.1.14
+
2.[升级]SpringBoot 至 3.2.10
+
3.[升级]SpringCloud 至 2023.0.3
+
4.[升级]SpringCloud Alibaba 至 2023.0.1.2
+
5.[升级]MybatisPlus 至 3.5.8
+
6.[升级]Nacos 至 2.4.3
+
7.[新增]blade-starter-tenant
+
8.[新增]blade-starter-cache
+
9.[新增]TenantUtil支持租户指定与忽略
+
10.[新增]添加模块名,架构模块化
+
11.[优化]代码生成器字段
+
12.[优化]历史工具类逻辑
+
13.[优化]调整BladeApplication参数顺序
+
14.[优化]调整copyright维护日期
+
15.[优化]调整copyright联系邮箱
+
1.[升级]SpringBoot 至 3.2.9
@@ -628,7 +646,7 @@ export default { data() { return { activeNames: ['1', '2', '3', '5'], - logActiveNames: ['38'] + logActiveNames: ['39'] }; }, computed: {