mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-31 11:42:41 +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/
|
||||
|
||||
## 前端打包生成的代码 不用提交到github,
|
||||
# /ali-dbhub-server-start/src/main/resources/static/front/
|
||||
/chat2db-server-start/src/main/resources/static/front/
|
||||
|
@ -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>
|
||||
|
@ -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 -->
|
||||
|
Reference in New Issue
Block a user