Commit 2f796965 authored by duanruiming's avatar duanruiming

[add] redis地址

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