Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
bcf4b054
Commit
bcf4b054
authored
Sep 30, 2019
by
sgjj
Browse files
文件配置
parent
b5ba1bf1
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/resources/application.yml
View file @
bcf4b054
...
@@ -15,6 +15,18 @@ ms:
...
@@ -15,6 +15,18 @@ ms:
path
:
/upload
path
:
/upload
mapping
:
/upload/**
mapping
:
/upload/**
denied
:
.exe,.jsp
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
:
spring
:
profiles
:
profiles
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment