|
|
|
@@ -47,6 +47,10 @@ public class WxOpenInRedisDBConfigStorage extends WxOpenInMemoryConfigStorage { |
|
|
|
@Autowired |
|
|
|
private WxAuthorizerInfoMapper wxAuthorizerInfoMapper; |
|
|
|
|
|
|
|
public WxOpenInRedisDBConfigStorage() { |
|
|
|
this.jedisPool = null; |
|
|
|
} |
|
|
|
|
|
|
|
public WxOpenInRedisDBConfigStorage(Pool<Jedis> jedisPool) { |
|
|
|
this.jedisPool = jedisPool; |
|
|
|
} |
|
|
|
|