配置文件路径统一

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

@ -54,8 +54,8 @@ spring:
#数据库索引
database: 5
host: 127.0.0.1
port: 6399 # Redis服务器连接端口
password: 6379@@6379 # Redis服务器连接密码默认为空
port: 6379 # Redis服务器连接端口
password: # Redis服务器连接密码默认为空
#连接超时时间
timeout: 5000
@ -98,8 +98,8 @@ swagger:
file:
path: /www/wwwroot/thapi.xinxintuan.co/upload/file/
avatar: /www/wwwroot/thapi.xinxintuan.co/upload/avatar/
path: /home/yshop/file/
avatar: /home/yshop/avatar/
# 文件大小 /M
maxSize: 100
avatarMaxSize: 5