feat(auth/justauth): 新增 JustAuth 自动配置

This commit is contained in:
2025-12-02 22:21:02 +08:00
parent be17196ef3
commit 0798424dc8
12 changed files with 685 additions and 39 deletions

View File

@@ -28,10 +28,5 @@
<groupId>me.zhyd.oauth</groupId>
<artifactId>JustAuth</artifactId>
</dependency>
<dependency>
<groupId>com.xkcoding.justauth</groupId>
<artifactId>justauth-spring-boot-starter</artifactId>
</dependency>
</dependencies>
</project>