diff --git a/README.md b/README.md index 1f7dcb2..b69aed7 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@

- Downloads + Downloads Build Status Build Status Coverage Status - Downloads + Downloads Downloads @@ -75,7 +75,7 @@ SpringBlade ## 项目地址 * 后端Gitee地址:[https://gitee.com/smallc/SpringBlade](https://gitee.com/smallc/SpringBlade) * 后端Github地址:[https://github.com/chillzhuang/SpringBlade](https://github.com/chillzhuang/SpringBlade) -* 后端SpringBoot版:[https://gitee.com/smallc/SpringBlade/tree/2.0-boot/](https://gitee.com/smallc/SpringBlade/tree/2.0-boot/) +* 后端SpringBoot版:[https://gitee.com/smallc/SpringBlade/tree/boot/](https://gitee.com/smallc/SpringBlade/tree/boot/) * 前端框架Sword(基于React):[https://gitee.com/smallc/Sword](https://gitee.com/smallc/Sword) * 前端框架Saber(基于Vue):[https://gitee.com/smallc/Saber](https://gitee.com/smallc/Saber) * 核心框架项目地址:[https://github.com/chillzhuang/blade-tool](https://github.com/chillzhuang/blade-tool) @@ -95,7 +95,7 @@ $ yarn install 或者 npm install $ yarn start 或者 npm start # 服务模式 $ yarn run start:no-mock 或者 npm run start:no-mock -# 访问 http://localhost:8888 +# 访问 http://localhost:1888 # 推荐使用yarn ``` diff --git a/package.json b/package.json index 54167ce..e4a10c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sword", - "version": "3.0.0", + "version": "3.0.1", "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 d7bcded..1041b9a 100644 --- a/src/pages/Dashboard/Workplace.js +++ b/src/pages/Dashboard/Workplace.js @@ -212,7 +212,20 @@ class Workplace extends PureComponent { - + + +

1.升级 SpringBoot 至 2.4.2
+
2.升级 SpringCloud 至 2020.0.1
+
3.升级 Mybatis-Plus 至 3.4.2
+
4.升级 Avue 至 2.7.6
+
5.升级适配 Knife4j 2.0.8
+
6.新增独立的Swagger网关
+
7.新增代码生成的SqlServer驱动判断
+
8.新增代码生成菜单Sql的ID
+
9.优化SentinelFeign实现以适配最新API
+
10.优化Saber个人中心实现以适配最新API
+
11.修复Saber菜单图标选择失效的问题
+
1.升级 SpringBoot 至 2.4.1
2.升级 SpringCloud 至 2020.0.0