access_token缓存增加redis支持 (#169)

This commit is contained in:
lly835
2017-03-27 16:35:39 +08:00
committed by Binary Wang
parent 0418f172f5
commit 29353ffc3d
3 changed files with 319 additions and 0 deletions

View File

@@ -44,6 +44,10 @@
<version>2.9.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
</dependency>
</dependencies>
<build>