From 891a3d2d19c60785fca0e4d9e74c08b87ac98f72 Mon Sep 17 00:00:00 2001 From: smallchill Date: Mon, 28 Mar 2022 15:58:08 +0800 Subject: [PATCH] =?UTF-8?q?:tada:=203.3.0.RELEASE=20=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E9=80=82=E9=85=8DSpringCloud=202021?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++------- package.json | 2 +- src/pages/Dashboard/Workplace.js | 19 +++++++++++++++---- 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 7b5825c..27260ee 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@

- Downloads + Downloads Build Status Build Status - Coverage Status - Downloads + Coverage Status + Downloads Downloads @@ -22,7 +22,7 @@ * 极简封装了多租户底层,用更少的代码换来拓展性更强的SaaS多租户系统。 * 借鉴OAuth2,实现了多终端认证系统,可控制子系统的token权限互相隔离。 * 借鉴Security,封装了Secure模块,采用JWT做Token认证,可拓展集成Redis等细颗粒度控制方案。 -* 稳定生产了三年,经历了从 Camden -> Hoxton -> 2020 的技术架构,也经历了从fat jar -> docker -> k8s + jenkins的部署架构。 +* 稳定生产了三年,经历了从 Camden -> Hoxton -> 2021 的技术架构,也经历了从fat jar -> docker -> k8s + jenkins的部署架构。 * 项目分包明确,规范微服务的开发模式,使包与包之间的分工清晰。 ## 架构图 @@ -189,6 +189,3 @@ $ yarn run start:no-mock 或者 npm run start:no-mock - -## 关注我们 -![](https://images.gitee.com/uploads/images/2019/0330/065148_f0ada806_410595.jpeg) diff --git a/package.json b/package.json index 2a6331e..b99ba45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sword", - "version": "3.2.0", + "version": "3.3.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 9300365..5592be2 100644 --- a/src/pages/Dashboard/Workplace.js +++ b/src/pages/Dashboard/Workplace.js @@ -20,14 +20,14 @@ class Workplace extends PureComponent {

- Downloads + Downloads Build Status Coverage Status Downloads @@ -212,7 +212,18 @@ class Workplace extends PureComponent { - + + +
1.升级 SpringBoot 至 2.6.3
+
2.升级 SpringBootAdmin 至 2.6.2
+
3.升级 SpringCloud 至 2021.0.1
+
4.升级 AlibabaCloud 至 2021.0.1.0
+
5.升级 Nacos 至 2.0.4
+
6.升级 Mybatis-Plus 至 3.5.1
+
7.升级 Mybatis-Plus-Generator 至 3.5.1
+
8.重构 Xss运行逻辑
+
9.修复 nacos地址信息配置,支持灵活自定义
+
1.升级 SpringBoot 至 2.5.6
2.升级 SpringBootAdmin 至 2.5.3