mirror of
https://github.com/chillzhuang/Sword
synced 2024-12-03 23:59:26 +08:00
🎉 4.3.0.RELEASE 多租户支持线程模式指定租户ID与忽略租户
This commit is contained in:
parent
53e050f87d
commit
d4abb05e9b
10
README.md
10
README.md
@ -1,5 +1,5 @@
|
||||
<p align="center">
|
||||
<img src="https://img.shields.io/badge/Release-V4.2.0-green.svg" alt="Downloads">
|
||||
<img src="https://img.shields.io/badge/Release-V4.3.0-green.svg" alt="Downloads">
|
||||
<img src="https://img.shields.io/badge/JDK-17+-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-2023-blue.svg" alt="Coverage Status">
|
||||
@ -33,12 +33,12 @@
|
||||
|----------------------|------------|
|
||||
| Java | 17+ |
|
||||
| NodeJS | 18+ |
|
||||
| Spring | 6.1.12 |
|
||||
| Spring Boot | 3.2.9 |
|
||||
| Spring | 6.1.14 |
|
||||
| Spring Boot | 3.2.10 |
|
||||
| Spring Cloud | 2023.0.3 |
|
||||
| Spring Cloud Alibaba | 2023.0.1.0 |
|
||||
| Spring Cloud Alibaba | 2023.0.1.2 |
|
||||
| Nacos Alibaba | 2.3.2 |
|
||||
| Mybatis Plus | 3.5.7 |
|
||||
| Mybatis Plus | 3.5.8 |
|
||||
|
||||
|
||||
## 工程结构
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sword-admin",
|
||||
"version": "4.2.0",
|
||||
"version": "4.3.0",
|
||||
"description": "An out-of-box UI solution for enterprise applications",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
@ -212,7 +212,24 @@ class Workplace extends PureComponent {
|
||||
</Row>
|
||||
<Row gutter={24}>
|
||||
<Card className={styles.card} bordered={false}>
|
||||
<Collapse bordered={false} defaultActiveKey={['38']}>
|
||||
<Collapse bordered={false} defaultActiveKey={['39']}>
|
||||
<Panel header="4.3.0发布 多租户支持线程模式指定租户ID与忽略租户" key="39">
|
||||
<div>1.[升级]SpringBoot 至 6.1.14</div>
|
||||
<div>2.[升级]SpringBoot 至 3.2.10</div>
|
||||
<div>3.[升级]SpringCloud 至 2023.0.3</div>
|
||||
<div>4.[升级]SpringCloud Alibaba 至 2023.0.1.2</div>
|
||||
<div>5.[升级]MybatisPlus 至 3.5.8</div>
|
||||
<div>6.[升级]Nacos 至 2.4.3</div>
|
||||
<div>7.[新增]blade-starter-tenant</div>
|
||||
<div>8.[新增]blade-starter-cache</div>
|
||||
<div>9.[新增]TenantUtil支持租户指定与忽略</div>
|
||||
<div>10.[新增]添加模块名,架构模块化</div>
|
||||
<div>11.[优化]代码生成器字段</div>
|
||||
<div>12.[优化]历史工具类逻辑</div>
|
||||
<div>13.[优化]调整BladeApplication参数顺序</div>
|
||||
<div>14.[优化]调整copyright维护日期</div>
|
||||
<div>15.[优化]调整copyright联系邮箱</div>
|
||||
</Panel>
|
||||
<Panel header="4.2.0发布 底层架构升级,分类core模块与starter模块" key="38">
|
||||
<div>1.[升级]SpringBoot 至 3.2.9</div>
|
||||
<div>2.[升级]SpringCloud 至 2023.0.3</div>
|
||||
|
Loading…
Reference in New Issue
Block a user