Compare commits

...

2 Commits

Author SHA1 Message Date
smallchill 70fbbc52ce 🎉 3.5.0.RELEASE 新增报文加密 令牌签名校验提示 2022-11-01 23:24:04 +08:00
smallchill 38734592ff 🎉 3.4.1.RELEASE 重构Swagger封装 2022-11-01 23:17:25 +08:00
3 changed files with 14 additions and 4 deletions

View File

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

View File

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

View File

@ -20,7 +20,7 @@ class Workplace extends PureComponent {
<Row gutter={24}>
<Col span={24}>
<div style={{ textAlign: 'center' }}>
<img src="https://img.shields.io/badge/Release-V3.4.0-green.svg" alt="Downloads" />
<img src="https://img.shields.io/badge/Release-V3.5.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-2021-blue.svg"
@ -212,7 +212,17 @@ class Workplace extends PureComponent {
</Row>
<Row gutter={24}>
<Card className={styles.card} bordered={false}>
<Collapse bordered={false} defaultActiveKey={['30']}>
<Collapse bordered={false} defaultActiveKey={['32']}>
<Panel header="3.5.0发布 新增报文加密 令牌签名校验提示" key="32">
<div>1.新增 报文加密功能</div>
<div>2.新增 日志开关功能</div>
<div>3.新增 Minio封装</div>
<div>4.新增 Token签名校验</div>
<div>5.重构 oss模块</div>
</Panel>
<Panel header="3.4.1发布 重构Swagger封装" key="31">
<div>1.重构Swagger封装适配cloud最新版</div>
</Panel>
<Panel header="3.4.0发布 新增灰度服务功能" key="30">
<div>1.升级 SpringCloud 2021.0.3</div>
<div>2.升级 SpringBoot 2.7.1</div>