Commit 7b28521c0f2e2563e495fe8a56484cff5b7731a8

Authored by yiming
1 parent b0599b36

redis 加密码

bsthLineProfiles/src/main/resources/application.yml
... ... @@ -80,7 +80,7 @@ spring:
80 80 # 数据库索引
81 81 database: 0
82 82 # 密码
83   - #password: test123
  83 + password: Q@k3fn6WsFw8QwT
84 84 # 连接超时时间
85 85 timeout: 10s
86 86 lettuce:
... ...