ソースを参照

[TOKEN][修改]:token更新

release
Stormeye Wu 7年前
コミット
a033946feb
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      mlWechatOpen/src/main/java/com/iformall/service/wechat/WxOpenInRedisDBConfigStorage.java

+ 4
- 0
mlWechatOpen/src/main/java/com/iformall/service/wechat/WxOpenInRedisDBConfigStorage.java ファイルの表示

@@ -47,6 +47,10 @@ public class WxOpenInRedisDBConfigStorage extends WxOpenInMemoryConfigStorage {
@Autowired @Autowired
private WxAuthorizerInfoMapper wxAuthorizerInfoMapper; private WxAuthorizerInfoMapper wxAuthorizerInfoMapper;


public WxOpenInRedisDBConfigStorage() {
this.jedisPool = null;
}

public WxOpenInRedisDBConfigStorage(Pool<Jedis> jedisPool) { public WxOpenInRedisDBConfigStorage(Pool<Jedis> jedisPool) {
this.jedisPool = jedisPool; this.jedisPool = jedisPool;
} }


読み込み中…
キャンセル
保存