Pre Merge pull request !419 from youhandsome/N/A

This commit is contained in:
youhandsome 2022-01-20 10:23:59 +00:00 committed by Gitee
commit 1b57391a56

View File

@ -62,13 +62,14 @@ spring:
# redis 配置
redis:
# 地址
host: localhost
host: 127.0.0.1
# 端口默认为6379
port: 6379
# 数据库索引
database: 0
# 密码
password:
password:12345
# 连接超时时间
timeout: 10s
lettuce: