配置文件路径统一
This commit is contained in:
@ -54,8 +54,8 @@ spring:
|
|||||||
#数据库索引
|
#数据库索引
|
||||||
database: 5
|
database: 5
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
port: 6399 # Redis服务器连接端口
|
port: 6379 # Redis服务器连接端口
|
||||||
password: 6379@@6379 # Redis服务器连接密码(默认为空)
|
password: # Redis服务器连接密码(默认为空)
|
||||||
#连接超时时间
|
#连接超时时间
|
||||||
timeout: 5000
|
timeout: 5000
|
||||||
|
|
||||||
@ -98,8 +98,8 @@ swagger:
|
|||||||
|
|
||||||
|
|
||||||
file:
|
file:
|
||||||
path: /www/wwwroot/thapi.xinxintuan.co/upload/file/
|
path: /home/yshop/file/
|
||||||
avatar: /www/wwwroot/thapi.xinxintuan.co/upload/avatar/
|
avatar: /home/yshop/avatar/
|
||||||
# 文件大小 /M
|
# 文件大小 /M
|
||||||
maxSize: 100
|
maxSize: 100
|
||||||
avatarMaxSize: 5
|
avatarMaxSize: 5
|
||||||
|
@ -47,10 +47,10 @@ spring:
|
|||||||
config:
|
config:
|
||||||
multi-statement-allow: true
|
multi-statement-allow: true
|
||||||
redis:
|
redis:
|
||||||
host: 172.30.0.10 # Redis服务器地址
|
host: 127.0.0.1 # Redis服务器地址
|
||||||
database: 5 # Redis数据库索引(默认为0)
|
database: 5 # Redis数据库索引(默认为0)
|
||||||
port: 6399 # Redis服务器连接端口
|
port: 6379 # Redis服务器连接端口
|
||||||
password: 6379@@6379 # Redis服务器连接密码(默认为空)
|
password: # Redis服务器连接密码(默认为空)
|
||||||
jedis:
|
jedis:
|
||||||
pool:
|
pool:
|
||||||
max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
|
max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
|
||||||
|
Reference in New Issue
Block a user