配置文件路径统一
This commit is contained in:
@ -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 # 连接池最大连接数(使用负值表示没有限制)
|
||||
|
Reference in New Issue
Block a user