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

@@ -118,6 +118,15 @@
<artifactId>dom4j</artifactId>
<version>2.1.1</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
</dependency>
<dependency>
<groupId>com.github.jedis-lock</groupId>
<artifactId>jedis-lock</artifactId>
</dependency>
</dependencies>
<build>