🎉 2.5.1.RELEASE

This commit is contained in:
smallchill 2019-10-13 00:46:09 +08:00
parent f0623b86b4
commit 21e8a20f0a
3 changed files with 11 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<p align="center">
<img src="https://img.shields.io/badge/Release-V2.5.0-green.svg" alt="Downloads">
<img src="https://img.shields.io/badge/Release-V2.5.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-Greenwich.SR3-blue.svg" alt="Coverage Status">

View File

@ -1,6 +1,6 @@
{
"name": "sword",
"version": "2.5.0",
"version": "2.5.1",
"description": "An out-of-box UI solution for enterprise applications",
"private": true,
"scripts": {

View File

@ -15,7 +15,7 @@ class Workplace extends PureComponent {
<Row gutter={24}>
<Col span={24}>
<div style={{ textAlign: 'center' }}>
<img src="https://img.shields.io/badge/Release-V2.5.0-green.svg" alt="Downloads" />
<img src="https://img.shields.io/badge/Release-V2.5.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/Spring%20Cloud-Greenwich.SR3-blue.svg"
@ -103,7 +103,14 @@ class Workplace extends PureComponent {
</Collapse>
</Col>
<Col span={8}>
<Collapse bordered={false} defaultActiveKey={['9']}>
<Collapse bordered={false} defaultActiveKey={['10']}>
<Panel header="2.5.1发布 增加网关动态鉴权" key="10">
<div>1.增加网关动态鉴权</div>
<div>2.secure安全模块token校验默认关闭交由网关处理</div>
<div>3.boot版本开启secure token校验功能</div>
<div>4.优化blade-gateway代码逻辑</div>
<div>5.修复blade-resource无法启动的问题</div>
</Panel>
<Panel header="2.5.0发布 集成seata支持分布式事务" key="9">
<div>1.封装集成seata支持分布式事务</div>
<div>2.重写blade-core-cloud模块增强cloud场景支持</div>