chore: use com.xingyuv.justauth

This commit is contained in:
xingyu
2023-06-26 21:08:56 +08:00
parent 8ea46b8fc2
commit 7ad3b6ad2b
8 changed files with 42 additions and 36 deletions

View File

@@ -36,8 +36,8 @@
</dependency>
<!-- 三方云服务相关 -->
<dependency>
<groupId>com.xkcoding.justauth</groupId>
<artifactId>justauth-spring-boot-starter</artifactId>
<groupId>com.xingyuv</groupId>
<artifactId>spring-boot-starter-justauth</artifactId>
<exclusions>
<exclusion>
<groupId>cn.hutool</groupId>