reactor:使用 justauth 官方 1.16.7

This commit is contained in:
YunaiV
2025-04-30 00:05:54 +08:00
parent d591e9a01e
commit 4cebe4af14
17 changed files with 419 additions and 52 deletions

View File

@@ -97,8 +97,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>