Skip to content

Commit

Permalink
使用 spring-boot-starter-justauth 替代原本 social starter
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Nov 26, 2023
1 parent 822e441 commit 0bf24c6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions yudao-module-system/yudao-module-system-biz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>

0 comments on commit 0bf24c6

Please sign in to comment.