diff --git a/README.md b/README.md index 75d3f34..f2b8bd8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Downloads + Downloads Build Status Build Status Coverage Status @@ -37,12 +37,12 @@ |----------------------|------------| | Java | 17+ | | NodeJS | 18+ | -| Spring | 6.2.8 | -| Spring Boot | 3.5.3 | +| Spring | 6.2.11 | +| Spring Boot | 3.5.6 | | Spring Cloud | 2025.0.0 | | Spring Cloud Alibaba | 2023.0.3.3 | -| Nacos Alibaba | 3.0.2 | -| Mybatis Plus | 3.5.12 | +| Nacos Alibaba | 3.1.0 | +| Mybatis Plus | 3.5.19 | ## 工程结构 diff --git a/package.json b/package.json index cf0e1c5..25af43d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sword-admin", - "version": "4.6.0", + "version": "4.7.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 ab1e952..de9300d 100644 --- a/src/pages/Dashboard/Workplace.js +++ b/src/pages/Dashboard/Workplace.js @@ -20,7 +20,7 @@ class Workplace extends PureComponent {

- Downloads + Downloads Build Status - + + +
1.[升级]Spring 至 6.2.11
+
2.[升级]SpringBoot 至 3.5.6
+
3.[升级]Nacos 至 3.1.0
+
4.[升级]MybatisPlus 至 3.5.19
+
5.[新增]I18n国际化组件
+
6.[新增]顶部菜单模块
+
7.[新增]BaseService常用基础方法
+
1.[升级]Spring 至 6.2.8
2.[升级]SpringBoot 至 3.5.3