Browse Source

update 增加 redis 无密码使用说明

疯狂的狮子li 4 years ago
parent
commit
fded2137bc
1 changed files with 2 additions and 1 deletions
  1. 2 1
      config/dev/application-common.yml

+ 2 - 1
config/dev/application-common.yml

@@ -101,7 +101,8 @@ spring:
   redis:
     host: localhost
     port: 6379
-    password:
+    # 密码(如没有密码请注释掉)
+    # password:
     database: 0
     timeout: 10s
     ssl: false