1
0
mirror of synced 2026-02-14 00:08:29 +08:00

🆕 #1562企业微信自研应用增加Redisson的存储实现,支持分布式锁

* 企业微信自研应用,增加Redisson的存储实现,支持分布式锁

* 增加redisson的依赖。

Co-authored-by: 袁启勋 <xun.yuan@infoship.cn>
This commit is contained in:
yuanqixun
2020-05-14 14:14:31 +08:00
committed by GitHub
parent 6186d25697
commit cb3f105121
7 changed files with 316 additions and 4 deletions

View File

@@ -38,7 +38,11 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<!--分布式锁支持-->
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>