🎉 4.10.0.RELEASE 新增TenantGuard租户守卫工具
This commit is contained in:
parent
d13d060a3a
commit
758123e62c
|
|
@ -1,5 +1,5 @@
|
|||
<p align="center">
|
||||
<img src="https://img.shields.io/badge/Release-V4.9.0-blue.svg" alt="Downloads">
|
||||
<img src="https://img.shields.io/badge/Release-V4.10.0-blue.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-2025-blue.svg" alt="Coverage Status">
|
||||
|
|
|
|||
4
pom.xml
4
pom.xml
|
|
@ -7,10 +7,10 @@
|
|||
<groupId>org.springblade</groupId>
|
||||
<artifactId>SpringBlade</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>4.9.0</version>
|
||||
<version>4.10.0</version>
|
||||
|
||||
<properties>
|
||||
<blade.tool.version>4.9.0</blade.tool.version>
|
||||
<blade.tool.version>4.10.0</blade.tool.version>
|
||||
|
||||
<java.version>17</java.version>
|
||||
<maven.plugin.version>3.11.0</maven.plugin.version>
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@ knife4j:
|
|||
swagger:
|
||||
title: SpringBlade 接口文档系统
|
||||
description: SpringBlade 接口文档系统
|
||||
version: 4.9.0
|
||||
version: 4.10.0
|
||||
license: Powered By SpringBlade
|
||||
licenseUrl: https://bladex.cn
|
||||
terms-of-service-url: https://bladex.cn
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ knife4j:
|
|||
swagger:
|
||||
title: SpringBlade 接口文档系统
|
||||
description: SpringBlade 接口文档系统
|
||||
version: 4.9.0
|
||||
version: 4.10.0
|
||||
license: Powered By SpringBlade
|
||||
licenseUrl: https://bladex.cn
|
||||
terms-of-service-url: https://bladex.cn
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user