🎨 修复微信开发平台部分问题,并对企业微信新增多种 redis 存储实现支持

This commit is contained in:
Forever杨
2023-04-23 13:21:03 +08:00
committed by GitHub
parent e72991c0b5
commit e50457892d
19 changed files with 527 additions and 212 deletions

View File

@@ -43,6 +43,10 @@
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>