🎨 修复微信开发平台部分问题,并对企业微信新增多种 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

@@ -18,6 +18,18 @@
<artifactId>weixin-java-cp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
</dependency>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
</dependency>
</dependencies>
<build>