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

Commit 32901285 authored by anjiabin's avatar anjiabin

实现redis分库工具类

parent ea45e5ae
...@@ -833,4 +833,8 @@ public final class RedisUtil { ...@@ -833,4 +833,8 @@ public final class RedisUtil {
} }
public RedisTemplate<String, Object> getRedisTemplateByDb(int db){
return redisConfig.getRedisTemplateByDb(db);
}
} }
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