配置文件路径统一

This commit is contained in:
taozi
2021-04-16 19:34:52 +08:00
parent adf9f88de8
commit 878eea08c1
2 changed files with 7 additions and 7 deletions

View File

@ -47,10 +47,10 @@ spring:
config:
multi-statement-allow: true
redis:
host: 172.30.0.10 # Redis服务器地址
host: 127.0.0.1 # Redis服务器地址
database: 5 # Redis数据库索引默认为0
port: 6399 # Redis服务器连接端口
password: 6379@@6379 # Redis服务器连接密码默认为空
port: 6379 # Redis服务器连接端口
password: # Redis服务器连接密码默认为空
jedis:
pool:
max-active: 8 # 连接池最大连接数(使用负值表示没有限制)