修改本地配置文件(忽略)

This commit is contained in:
xwb
2020-04-30 10:34:45 +08:00
parent 4f9c5a214c
commit 23757f0ba0

View File

@ -49,7 +49,7 @@ spring:
database: 0 database: 0
host: 127.0.0.1 host: 127.0.0.1
port: 6379 port: 6379
password: password: root
#连接超时时间 #连接超时时间
timeout: 5000 timeout: 5000
@ -82,9 +82,9 @@ swagger:
# 文件存储路径 # 文件存储路径
file: file:
path: E:\yshop\file\ path: D:\yshop\file\
avatar: E:\yshop\avatar\ avatar: D:\yshop\avatar\
# 文件大小 /M # 文件大小 /M
maxSize: 100 maxSize: 100
avatarMaxSize: 5 avatarMaxSize: 5
localUrl: http://localhost:8000 localUrl: http://localhost:8000