🎉 3.3.0.RELEASE 升级适配SpringCloud 2021

This commit is contained in:
smallchill 2022-03-28 15:56:26 +08:00
parent ae4af10205
commit cf665485fc
10 changed files with 35 additions and 8963 deletions

View File

@ -1,9 +1,9 @@
<p align="center">
<img src="https://img.shields.io/badge/Release-V3.2.0-green.svg" alt="Downloads">
<img src="https://img.shields.io/badge/Release-V3.3.0-green.svg" alt="Downloads">
<img src="https://img.shields.io/badge/JDK-1.8+-green.svg" alt="Build Status">
<img src="https://img.shields.io/badge/license-Apache%202-blue.svg" alt="Build Status">
<img src="https://img.shields.io/badge/Spring%20Cloud-2020-blue.svg" alt="Coverage Status">
<img src="https://img.shields.io/badge/Spring%20Boot-2.5.6-blue.svg" alt="Downloads">
<img src="https://img.shields.io/badge/Spring%20Cloud-2021-blue.svg" alt="Coverage Status">
<img src="https://img.shields.io/badge/Spring%20Boot-2.6.3-blue.svg" alt="Downloads">
<a target="_blank" href="https://bladex.vip">
<img src="https://img.shields.io/badge/Author-Small%20Chill-ff69b4.svg" alt="Downloads">
</a>
@ -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的部署架构。
* 项目分包明确,规范微服务的开发模式,使包与包之间的分工清晰。
## 架构图

View File

@ -1,6 +1,6 @@
{
"name": "saber-admin",
"version": "3.2.0",
"version": "3.3.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

9
public/cdn/avue/2.9.3/avue.min.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -12,7 +12,7 @@
<link rel="stylesheet" href="<%= BASE_URL %>cdn/element-ui/2.15.1/theme-chalk/index.css">
<link rel="stylesheet" href="<%= BASE_URL %>cdn/animate/3.5.2/animate.css">
<link rel="stylesheet" href="<%= BASE_URL %>cdn/iconfont/1.0.0/index.css">
<link rel="stylesheet" href="<%= BASE_URL %>cdn/avue/2.8.2/index.css">
<link rel="stylesheet" href="<%= BASE_URL %>cdn/avue/2.9.3/index.css">
<link rel="icon" href="<%= BASE_URL %>favicon.png">
<title>Saber企业级开发平台</title>
<style>
@ -103,7 +103,7 @@
<script src="<%= BASE_URL %>cdn/vue-router/3.0.1/vue-router.min.js" charset="utf-8"></script>
<script src="<%= BASE_URL %>cdn/axios/1.0.0/axios.min.js" charset="utf-8"></script>
<script src="<%= BASE_URL %>cdn/element-ui/2.15.1/index.js" charset="utf-8"></script>
<script src="<%= BASE_URL %>cdn/avue/2.8.2/avue.min.js" charset="utf-8"></script>
<script src="<%= BASE_URL %>cdn/avue/2.9.3/avue.min.js" charset="utf-8"></script>
</body>
</html>

View File

@ -23,4 +23,7 @@ export default {
height: 100%;
overflow: hidden;
}
.avue--detail .el-col{
margin-bottom: 0;
}
</style>

View File

@ -3,10 +3,10 @@
<basic-container>
<third-register></third-register>
<p style="text-align: center;">
<img src="https://img.shields.io/badge/Release-V3.2.0-green.svg" alt="Downloads"/>
<img src="https://img.shields.io/badge/Release-V3.3.0-green.svg" alt="Downloads"/>
<img src="https://img.shields.io/badge/JDK-1.8+-green.svg" alt="Build Status"/>
<img src="https://img.shields.io/badge/Spring%20Cloud-2020-blue.svg" alt="Coverage Status"/>
<img src="https://img.shields.io/badge/Spring%20Boot-2.5.6.RELEASE-blue.svg" alt="Downloads"/>
<img src="https://img.shields.io/badge/Spring%20Cloud-2021-blue.svg" alt="Coverage Status"/>
<img src="https://img.shields.io/badge/Spring%20Boot-2.6.3.RELEASE-blue.svg" alt="Downloads"/>
<a target="_blank" href="https://bladex.vip">
<img src="https://img.shields.io/badge/Saber%20Author-Small%20Chill-ff69b4.svg" alt="Downloads"/>
</a>
@ -125,6 +125,17 @@
<el-row>
<basic-container>
<el-collapse v-model="logActiveNames" @change="handleChange">
<el-collapse-item title="3.3.0发布 升级适配 SpringCloud 2021" name="28">
<div>1.升级 SpringBoot 2.6.3</div>
<div>2.升级 SpringBootAdmin 2.6.2</div>
<div>3.升级 SpringCloud 2021.0.1</div>
<div>4.升级 AlibabaCloud 2021.0.1.0</div>
<div>5.升级 Nacos 2.0.4</div>
<div>6.升级 Mybatis-Plus 3.5.1</div>
<div>7.升级 Mybatis-Plus-Generator 3.5.1</div>
<div>8.重构 Xss运行逻辑</div>
<div>9.修复 nacos地址信息配置支持灵活自定义</div>
</el-collapse-item>
<el-collapse-item title="3.2.0发布 新增灵活数据权限特性" name="27">
<div>1.升级 SpringBoot 2.5.6</div>
<div>2.升级 SpringBootAdmin 2.5.3</div>
@ -428,7 +439,7 @@
data() {
return {
activeNames: ['1', '2', '3', '5'],
logActiveNames: ['27']
logActiveNames: ['28']
};
},
computed: {

8943
yarn.lock

File diff suppressed because it is too large Load Diff