Browse Source

使用 spring-boot-starter-justauth 替代原本 social starter

YunaiV 1 year ago
parent
commit
0bf24c6d16
1 changed files with 7 additions and 4 deletions
  1. 7 4
      yudao-module-system/yudao-module-system-biz/pom.xml

+ 7 - 4
yudao-module-system/yudao-module-system-biz/pom.xml

@@ -46,10 +46,6 @@
             <groupId>cn.iocoder.boot</groupId>
             <artifactId>yudao-spring-boot-starter-biz-data-permission</artifactId>
         </dependency>
-        <dependency>
-            <groupId>cn.iocoder.boot</groupId>
-            <artifactId>yudao-spring-boot-starter-biz-social</artifactId>
-        </dependency>
         <dependency>
             <groupId>cn.iocoder.boot</groupId>
             <artifactId>yudao-spring-boot-starter-biz-tenant</artifactId>
@@ -119,6 +115,13 @@
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-mail</artifactId>
         </dependency>
+
+        <!-- 三方云服务相关 -->
+        <dependency>
+            <groupId>com.xingyuv</groupId>
+            <artifactId>spring-boot-starter-justauth</artifactId> <!-- 社交登陆(例如说,个人微信、企业微信等等) -->
+        </dependency>
+
     </dependencies>
 
 </project>