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/
## 前端打包生成的代码 不用提交到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>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-spring-boot-starter</artifactId>
<artifactId>sa-token-spring-boot3-starter</artifactId>
</dependency>
<!-- Sa-Token 整合 jwt -->
<dependency>

View File

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