mirror of
https://github.com/chillzhuang/Sword
synced 2024-11-22 02:09:26 +08:00
🎉 3.6.0.RELEASE vue3版前端正式发布
This commit is contained in:
parent
70fbbc52ce
commit
9926a29988
@ -1,5 +1,5 @@
|
||||
<p align="center">
|
||||
<img src="https://img.shields.io/badge/Release-V3.4.1-green.svg" alt="Downloads">
|
||||
<img src="https://img.shields.io/badge/Release-V3.6.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-2021-blue.svg" alt="Coverage Status">
|
||||
@ -45,12 +45,13 @@
|
||||
* Sword-基于React:[https://sword.bladex.vip](https://sword.bladex.vip)
|
||||
|
||||
## 数据大屏
|
||||
* Caster-数据大屏展示系统:[https://caster.bladex.vip](https://caster.bladex.vip)
|
||||
* 数据大屏展示系统:[https://data.bladex.vip](https://data.bladex.vip)
|
||||
|
||||
## 技术文档
|
||||
* [SpringBlade开发手册一览](https://gitee.com/smallc/SpringBlade/wikis/SpringBlade开发手册)
|
||||
* [SpringBlade常见问题集锦](https://sns.bladex.vip/article-14966.html)
|
||||
* [SpringBlade基于Kuboard部署K8S](https://kuboard.cn/learning/k8s-practice/spring-blade/)
|
||||
* [SpringBlade基于Rainbond部署](https://www.rainbond.com/docs/micro-service/example/blade)
|
||||
|
||||
## 项目地址
|
||||
* 核心框架项目地址:[https://gitee.com/smallc/blade-tool](https://gitee.com/smallc/blade-tool)
|
||||
@ -59,6 +60,7 @@
|
||||
* 后端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)
|
||||
* 前端框架Saber3(基于Vue3):[https://gitee.com/smallc/Saber3](https://gitee.com/smallc/Saber/tree/3.x/)
|
||||
|
||||
# 开源协议
|
||||
Apache Licence 2.0 ([英文原文](http://www.apache.org/licenses/LICENSE-2.0.html))
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sword",
|
||||
"version": "3.5.0",
|
||||
"name": "sword-admin",
|
||||
"version": "3.6.0",
|
||||
"description": "An out-of-box UI solution for enterprise applications",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
@ -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.5.0-green.svg" alt="Downloads" />
|
||||
<img src="https://img.shields.io/badge/Release-V3.6.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,25 @@ class Workplace extends PureComponent {
|
||||
</Row>
|
||||
<Row gutter={24}>
|
||||
<Card className={styles.card} bordered={false}>
|
||||
<Collapse bordered={false} defaultActiveKey={['32']}>
|
||||
<Collapse bordered={false} defaultActiveKey={['33']}>
|
||||
<Panel header="3.6.0发布 基于vue3的前端架构正式发布" key="33">
|
||||
<div>1.升级 SpringCloud 至 2021.0.6</div>
|
||||
<div>2.升级 SpringBoot 至 2.7.10</div>
|
||||
<div>3.升级 SpringBootAdmin 至 2.7.10</div>
|
||||
<div>4.升级 AlibabaCloud 至 2021.0.5.0</div>
|
||||
<div>5.升级 Mybatis-Plus 至 3.5.3.1</div>
|
||||
<div>6.升级 Mybatis-Plus-Generator 至 3.5.3.1</div>
|
||||
<div>7.升级 Nacos 至 2.1.2</div>
|
||||
<div>8.升级 Seata 至 1.6.1</div>
|
||||
<div>9.升级 Knife4j 至 4.1.0</div>
|
||||
<div>10.升级 Log4j 至 2.20.0</div>
|
||||
<div>11.升级 Avue2 至 2.10.10</div>
|
||||
<div>12.升级 Avue3 至 3.2.13</div>
|
||||
<div>13.新增 基于Vue3与Element-Plus版本的Saber正式发布</div>
|
||||
<div>14.新增 关闭Token默认签名,用户需自行设置后启动服务</div>
|
||||
<div>15.新增 Vue3版代码生成</div>
|
||||
<div>16.优化 pom依赖机制</div>
|
||||
</Panel>
|
||||
<Panel header="3.5.0发布 新增报文加密 令牌签名校验提示" key="32">
|
||||
<div>1.新增 报文加密功能</div>
|
||||
<div>2.新增 日志开关功能</div>
|
||||
|
Loading…
Reference in New Issue
Block a user