🎉 3.0.1.RELEASE 架构升级适配 SpringCloud 2020.0.1

This commit is contained in:
smallchill 2021-02-01 12:49:54 +08:00
parent e006f590c1
commit 5952cc2e4c
3 changed files with 19 additions and 6 deletions

View File

@ -1,9 +1,9 @@
<p align="center">
<img src="https://img.shields.io/badge/Release-V3.0.0-green.svg" alt="Downloads">
<img src="https://img.shields.io/badge/Release-V3.0.1-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.4.1-blue.svg" alt="Downloads">
<img src="https://img.shields.io/badge/Spring%20Boot-2.4.2-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>
@ -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
```

View File

@ -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": {

View File

@ -212,7 +212,20 @@ class Workplace extends PureComponent {
</Row>
<Row gutter={24}>
<Card className={styles.card} bordered={false}>
<Collapse bordered={false} defaultActiveKey={['22']}>
<Collapse bordered={false} defaultActiveKey={['23']}>
<Panel header="3.0.1.发布 新增Swagger独立网关优化代码生成" key="23">
<div>1.升级 SpringBoot 2.4.2</div>
<div>2.升级 SpringCloud 2020.0.1</div>
<div>3.升级 Mybatis-Plus 3.4.2</div>
<div>4.升级 Avue 2.7.6</div>
<div>5.升级适配 Knife4j 2.0.8</div>
<div>6.新增独立的Swagger网关</div>
<div>7.新增代码生成的SqlServer驱动判断</div>
<div>8.新增代码生成菜单Sql的ID</div>
<div>9.优化SentinelFeign实现以适配最新API</div>
<div>10.优化Saber个人中心实现以适配最新API</div>
<div>11.修复Saber菜单图标选择失效的问题</div>
</Panel>
<Panel header="3.0.0.发布 架构升级适配SpringCloud2020" key="22">
<div>1.升级 SpringBoot 2.4.1</div>
<div>2.升级 SpringCloud 2020.0.0</div>