mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-11 08:41:53 +08:00
接入第三方登录(已接入Gitee[理论justAuth支持都可以接入]--抢先预览版
This commit is contained in:
@@ -39,6 +39,19 @@
|
||||
<artifactId>spring-boot-starter-security</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- justAuth 集成第三方登录 -->
|
||||
<dependency>
|
||||
<groupId>top.dcenter</groupId>
|
||||
<artifactId>justAuth-spring-security-starter</artifactId>
|
||||
<version>1.1.25</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<groupId>org.slf4j</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
Reference in New Issue
Block a user