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

Commit e08fd2eb authored by jiangxiulong's avatar jiangxiulong

redis test

parent 7fc33e66
...@@ -38,7 +38,7 @@ public class JxlDataImpl { ...@@ -38,7 +38,7 @@ public class JxlDataImpl {
// r-2ze7002ckw5u75fgukpd.redis.rds.aliyuncs.com test // r-2ze7002ckw5u75fgukpd.redis.rds.aliyuncs.com test
// 39.106.122.201 dev // 39.106.122.201 dev
// zhengzai.redis.rds.aliyuncs.com 线上 // zhengzai.redis.rds.aliyuncs.com 线上
jedisPool = new JedisPool("zhengzai.redis.rds.aliyuncs.com", 6380); jedisPool = new JedisPool("r-2ze7002ckw5u75fgukpd.redis.rds.aliyuncs.com", 6380);
toObjMapper = new ObjectMapper(); toObjMapper = new ObjectMapper();
toObjMapper.setVisibility(PropertyAccessor.ALL, JsonAutoDetect.Visibility.ANY); toObjMapper.setVisibility(PropertyAccessor.ALL, JsonAutoDetect.Visibility.ANY);
......
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