upgrade spring 2.7.3 to 3.1.0

This commit is contained in:
JiaJu Zhuang
2023-06-22 15:45:34 +08:00
parent fe15d6d3f4
commit e67d3dae54
3 changed files with 3 additions and 3 deletions

View File

@ -27,4 +27,4 @@ dist/
nbdist/ nbdist/
## 前端打包生成的代码 不用提交到github, ## 前端打包生成的代码 不用提交到github,
# /ali-dbhub-server-start/src/main/resources/static/front/ /chat2db-server-start/src/main/resources/static/front/

View File

@ -66,7 +66,7 @@
<!-- 登录鉴权 --> <!-- 登录鉴权 -->
<dependency> <dependency>
<groupId>cn.dev33</groupId> <groupId>cn.dev33</groupId>
<artifactId>sa-token-spring-boot-starter</artifactId> <artifactId>sa-token-spring-boot3-starter</artifactId>
</dependency> </dependency>
<!-- Sa-Token 整合 jwt --> <!-- Sa-Token 整合 jwt -->
<dependency> <dependency>

View File

@ -146,7 +146,7 @@
<!-- Sa-Token 权限认证在线文档https://sa-token.cc --> <!-- Sa-Token 权限认证在线文档https://sa-token.cc -->
<dependency> <dependency>
<groupId>cn.dev33</groupId> <groupId>cn.dev33</groupId>
<artifactId>sa-token-spring-boot-starter</artifactId> <artifactId>sa-token-spring-boot3-starter</artifactId>
<version>1.34.0</version> <version>1.34.0</version>
</dependency> </dependency>
<!-- Sa-Token 整合 jwt --> <!-- Sa-Token 整合 jwt -->