Browse Source

修改配置

ZhouChenglin 7 years ago
parent
commit
e3170eb5aa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/application.yml

+ 2 - 2
src/main/resources/application.yml

@@ -34,9 +34,9 @@ spring:
     redis:
         open: false  # 是否开启redis缓存  true开启   false关闭
         database: 0
-        host: redis.open.renren.io
+        host: 192.168.180.130
         port: 16379
-        password:       # 密码(默认为空)
+        password: root
         timeout: 6000  # 连接超时时长(毫秒)
         pool:
             max-active: 1000  # 连接池最大连接数(使用负值表示没有限制)