🎨 #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

@@ -242,6 +242,12 @@
<version>2.9.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
<version>3.12.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>