From a033946febce72ce063edb848aa3e54f70534544 Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Tue, 26 Mar 2019 17:09:32 +0800 Subject: [PATCH] =?UTF-8?q?[TOKEN][=E4=BF=AE=E6=94=B9]:token=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../iformall/service/wechat/WxOpenInRedisDBConfigStorage.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mlWechatOpen/src/main/java/com/iformall/service/wechat/WxOpenInRedisDBConfigStorage.java b/mlWechatOpen/src/main/java/com/iformall/service/wechat/WxOpenInRedisDBConfigStorage.java index d41156f..61833f3 100644 --- a/mlWechatOpen/src/main/java/com/iformall/service/wechat/WxOpenInRedisDBConfigStorage.java +++ b/mlWechatOpen/src/main/java/com/iformall/service/wechat/WxOpenInRedisDBConfigStorage.java @@ -47,6 +47,10 @@ public class WxOpenInRedisDBConfigStorage extends WxOpenInMemoryConfigStorage { @Autowired private WxAuthorizerInfoMapper wxAuthorizerInfoMapper; + public WxOpenInRedisDBConfigStorage() { + this.jedisPool = null; + } + public WxOpenInRedisDBConfigStorage(Pool jedisPool) { this.jedisPool = jedisPool; }