reactor:使用 justauth 官方 1.16.7

This commit is contained in:
YunaiV
2025-04-30 11:11:09 +08:00
parent fd34572c48
commit d796af2040
18 changed files with 417 additions and 47 deletions

View File

@@ -129,8 +129,12 @@
<!-- 三方云服务相关 -->
<dependency>
<groupId>com.xingyuv</groupId>
<artifactId>spring-boot-starter-justauth</artifactId> <!-- 社交登陆(例如说,个人微信、企业微信等等) -->
<groupId>me.zhyd.oauth</groupId>
<artifactId>JustAuth</artifactId> <!-- 社交登陆(例如说,个人微信、企业微信等等) -->
</dependency>
<dependency>
<groupId>com.xkcoding.justauth</groupId>
<artifactId>justauth-spring-boot-starter</artifactId>
</dependency>
<dependency>