mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-01 08:52:11 +08:00
upgrade spring 2.7.3 to 3.1.0
This commit is contained in:
2
chat2db-server/.gitignore
vendored
2
chat2db-server/.gitignore
vendored
@ -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/
|
||||||
|
@ -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>
|
||||||
|
@ -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 -->
|
||||||
|
Reference in New Issue
Block a user