Skip to content

Commit e67d3da

Browse files
committed
upgrade spring 2.7.3 to 3.1.0
1 parent fe15d6d commit e67d3da

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

chat2db-server/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ dist/
2727
nbdist/
2828

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

chat2db-server/chat2db-server-start/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<!-- 登录鉴权 -->
6767
<dependency>
6868
<groupId>cn.dev33</groupId>
69-
<artifactId>sa-token-spring-boot-starter</artifactId>
69+
<artifactId>sa-token-spring-boot3-starter</artifactId>
7070
</dependency>
7171
<!-- Sa-Token 整合 jwt -->
7272
<dependency>

chat2db-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<!-- Sa-Token 权限认证,在线文档:https://sa-token.cc -->
147147
<dependency>
148148
<groupId>cn.dev33</groupId>
149-
<artifactId>sa-token-spring-boot-starter</artifactId>
149+
<artifactId>sa-token-spring-boot3-starter</artifactId>
150150
<version>1.34.0</version>
151151
</dependency>
152152
<!-- Sa-Token 整合 jwt -->

0 commit comments

Comments
 (0)