From b9f3111b0eb3f910d7f3d5731364bcfeb9140c81 Mon Sep 17 00:00:00 2001 From: smallchill Date: Mon, 22 Apr 2024 00:20:21 +0800 Subject: [PATCH] =?UTF-8?q?:tada:=204.0.0.RELEASE=20=E5=8D=87=E7=BA=A7=20S?= =?UTF-8?q?pringBoot3=20SpringCloud2023=20JDK17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/pages/Dashboard/Workplace.js | 33 +++++++++++++++++++++++++++----- 2 files changed, 29 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 08d1ead..057d1ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sword-admin", - "version": "3.7.1", + "version": "4.0.0", "description": "An out-of-box UI solution for enterprise applications", "private": true, "scripts": { diff --git a/src/pages/Dashboard/Workplace.js b/src/pages/Dashboard/Workplace.js index 8c031af..e749326 100644 --- a/src/pages/Dashboard/Workplace.js +++ b/src/pages/Dashboard/Workplace.js @@ -20,14 +20,14 @@ class Workplace extends PureComponent {
- Downloads - Build Status + Downloads + Build Status Coverage Status Downloads @@ -212,7 +212,30 @@ class Workplace extends PureComponent { - + + +
1.[升级]JDK 至 Java17
+
2.[升级]SpringBoot 至 3.2.4
+
3.[升级]SpringBootAdmin 至 3.2.3
+
4.[升级]SpringCloud 至 2023.0.1
+
5.[升级]AlibabaCloud 至 2022.0.0
+
6.[升级]Knife4j 至 4.5.0
+
7.[升级]Mybatis-Plus 至 3.5.6
+
8.[升级]MybatisSpring 至 3.0.3
+
9.[升级]Druid 至 1.2.22
+
10.[升级]Nacos 至 2.3.1
+
11.[升级]EasyExcel 至 3.3.4
+
12.[替换]原Swagger2改为OpenAPI3
+
13.[替换]原独立blade-swagger服务改为blade-gateway聚合文档
+
14.[新增]Sentinel新版API适配
+
15.[新增]生产环境屏蔽详细的异常信息返回
+
16.[新增]SpringDoc-OpenAI3集成支持
+
17.[优化]更新代码生成脚本适配最新版API
+
18.[优化]问号挂参的路由不再开启新tab
+
19.[优化]vue3支持base路径的配置和部署
+
20.[优化]默认错误提示
+
21.[修复]vue3用户个人信息切换后提交报错的问题
+
1.升级 SpringBoot 至 2.7.18
2.升级 SpringBootAdmin 至 2.7.14