配置文件新增redis数据库索引属性

feature/model
疯狂的狮子li 4 years ago
parent 78ef398257
commit 1000a577d0

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

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

Loading…
Cancel
Save