🎉 4.3.0.RELEASE 多租户支持线程模式指定租户ID与忽略租户

This commit is contained in:
smallchill 2024-10-31 19:16:09 +08:00
parent a4f098be53
commit 6e7246a44d
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<p align="center">
<img src="https://img.shields.io/badge/Release-V4.2.2-SNAPSHOT-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-LGPL%20v3-blue.svg" alt="Build Status">
<img src="https://img.shields.io/badge/Spring%20Cloud-2023-blue.svg" alt="Coverage Status">
@ -39,12 +39,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 |

View File

@ -36,7 +36,7 @@
<properties>
<!-- Blade-Tool Version -->
<revision>4.2.2-SNAPSHOT</revision>
<revision>4.3.0</revision>
<module.name>org.springblade.blade.tool</module.name>
<!-- jdk Version -->
<java.version>17</java.version>