system:同步多租户下,微信小程序、微信公众号,允许每个租户独立配置

This commit is contained in:
YunaiV
2023-10-22 11:33:28 +08:00
parent 747356ff09
commit 625e62ef9d
25 changed files with 792 additions and 202 deletions

View File

@@ -33,9 +33,12 @@
<!-- 三方云服务相关 -->
<dependency>
<groupId>com.github.binarywang</groupId>
<!-- <artifactId>weixin-java-mp</artifactId>-->
<artifactId>wx-java-mp-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.github.binarywang</groupId>
<artifactId>wx-java-miniapp-spring-boot-starter</artifactId>
</dependency>
</dependencies>
</project>