🎨 #1377 开放平台redis存储类进行抽象重构,方便扩展,并提供redisson的实现

This commit is contained in:
yydzxz
2020-01-13 18:28:08 +08:00
committed by Binary Wang
parent 9f33b34740
commit 75421148e2
14 changed files with 527 additions and 142 deletions

View File

@@ -87,6 +87,10 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
</dependency>
</dependencies>
<build>