Skip to content

Commit 6180577

Browse files
committed
增加redis的configStorage实现的注释说明
1 parent 2082592 commit 6180577

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/config/WxCpJedisConfigStorage.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
import java.io.File;
1010

1111
/**
12-
* Jedis client implementor for wechat config storage
12+
* Jedis client implementor for wechat config storage.
13+
* <pre>
14+
* 使用说明:本实现仅供参考,并不完整,
15+
* 比如为减少项目依赖,未加入redis分布式锁的实现,如有需要请自行实现。
16+
* </pre>
1317
*
1418
* @author gaigeshen
1519
*/

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/WxMpInRedisConfigStorage.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55

66
/**
77
* 基于Redis的微信配置provider
8-
*
8+
* <pre>
9+
* 使用说明:本实现仅供参考,并不完整,
10+
* 比如为减少项目依赖,未加入redis分布式锁的实现,如有需要请自行实现。
11+
* </pre>
912
* @author nickwong
1013
*/
1114
@SuppressWarnings("hiding")

0 commit comments

Comments
 (0)