🎨 #1542 小程序模块配置类增加Redisson的实现,解决分布式锁问题

* 增加Redisson的实现,解决分布式锁问题

* key值重复添加了appid。

Co-authored-by: 袁启勋 <xun.yuan@infoship.cn>
This commit is contained in:
yuanqixun
2020-05-03 21:29:43 +08:00
committed by GitHub
parent 424a835c45
commit 98aef34fdb
3 changed files with 229 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>
<dependency>
<groupId>com.github.jedis-lock</groupId>
<artifactId>jedis-lock</artifactId>