#1620 🎨 公众号模块配置类增加Redisson的实现

Co-authored-by: xingye.wu <xingye.wu@thomascook.com.cn>
This commit is contained in:
wuxingye
2020-06-15 14:36:27 +08:00
committed by GitHub
parent 29b4dbd601
commit 3b37f52235
2 changed files with 105 additions and 0 deletions

View File

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