记得上下班打卡 | git大法好,push需谨慎

Commit c768af0a authored by 张国柄's avatar 张国柄

~config:redis.key+prefix;

parent 62a0bf9e
...@@ -72,7 +72,7 @@ public abstract class AbstractRedisConfig { ...@@ -72,7 +72,7 @@ public abstract class AbstractRedisConfig {
} }
log.info("###### END 初始化 Redis 连接池 END ######"); log.info("###### END 初始化 Redis 连接池 END ######");
log.info("###### START 初始化 Redis-queue "+this.getClass().getSimpleName()+"连接池 START ######"); log.info("###### START 初始化 Redis-queue{} "+this.getClass().getSimpleName()+"连接池 START ######", this.getHost());
//初始化队列 //初始化队列
LettuceConnectionFactory factory = null; LettuceConnectionFactory factory = null;
if(totalDbs==1){ if(totalDbs==1){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment