chore: Spring Boot 3.0.3 => 3.0.5

1.Spring Boot 3.0.3 => 3.0.5
2.Sa-Token 适配 Spring Boot 3.x
This commit is contained in:
2023-03-31 00:08:07 +08:00
parent 40e11a7a25
commit 95c27ea323
3 changed files with 25 additions and 25 deletions

View File

@@ -38,7 +38,7 @@ limitations under the License.
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.3</version>
<version>3.0.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
@@ -97,7 +97,7 @@ limitations under the License.
<!-- Sa-Token轻量级 Java 权限认证框架,让鉴权变得简单、优雅) -->
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-spring-boot-starter</artifactId>
<artifactId>sa-token-spring-boot3-starter</artifactId>
<version>${sa-token.version}</version>
</dependency>