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

@@ -144,17 +144,6 @@
<artifactId>JustAuth</artifactId>
<version>${justauth.version}</version>
</dependency>
<dependency>
<groupId>com.xkcoding.justauth</groupId>
<artifactId>justauth-spring-boot-starter</artifactId>
<version>1.4.0</version>
<exclusions>
<exclusion>
<groupId>me.zhyd.oauth</groupId>
<artifactId>JustAuth</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- MyBatis PlusMyBatis 的增强工具,在 MyBatis 的基础上只做增强不做改变,简化开发、提高效率) -->
<dependency>