狮子同步最新版本

This commit is contained in:
czx 2020-12-31 17:22:12 +08:00
parent 57e016d0f1
commit 2b23508f40
2 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,8 @@ spring:
host: 127.0.0.1 host: 127.0.0.1
# 端口默认为6379 # 端口默认为6379
port: 6379 port: 6379
# 数据库索引
database: 0
# 密码 # 密码
password: password:
# 连接超时时间 # 连接超时时间

View File

@ -61,6 +61,8 @@ spring:
host: 127.0.0.1 host: 127.0.0.1
# 端口默认为6379 # 端口默认为6379
port: 6379 port: 6379
# 数据库索引
database: 0
# 密码 # 密码
password: password:
# 连接超时时间 # 连接超时时间