1
0
mirror of synced 2025-12-27 05:19:07 +08:00

🎨 #1487 开放平台模块三方平台获取token方法支持redis分布式锁

* 三方平台支持redis分布式锁;getComponentAccessToken 加锁

* getAuthorizerAccessToken 加锁
This commit is contained in:
007gzs
2020-04-04 19:28:49 +08:00
committed by GitHub
parent d703f2d35c
commit 04f7d76057
8 changed files with 160 additions and 13 deletions

View File

@@ -243,6 +243,12 @@
<version>2.9.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.jedis-lock</groupId>
<artifactId>jedis-lock</artifactId>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>