Commit 31a0401d authored by hanbing's avatar hanbing

[update] 更改utc Redis地址,用于内网环境启动

parent 8b435bb5
......@@ -114,7 +114,7 @@ public class RedisConfig extends CachingConfigurerSupport {
@Bean
public Jedis jedis() {
Jedis jedis = new Jedis("10.102.1.182", 6379);
Jedis jedis = new Jedis("172.17.0.1", 6379);
jedis.auth("Wanji300552");
return jedis;
}
......
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