!187 修复linux下相对目录的问题

Merge pull request !187 from 灰色DT/4.7.2
This commit is contained in:
铭飞 2019-09-30 10:09:57 +08:00 committed by Gitee
commit 9b3d486e7f
1 changed files with 69 additions and 57 deletions

View File

@ -12,9 +12,21 @@ ms:
view-path: /WEB-INF/manager
upload:
path: /upload
path: upload
mapping: /upload/**
denied: .exe,.jsp
multipart:
#最大上传文件大小 单位KB
max-file-size: 10240
#文件暂存临时目录
upload-temp-dir: temp
#临时文件大小
max-in-memory-size: 10240
#总上传最大大小 单位KB -1禁用
max-request-size: -1
spring:
profiles: