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
9b3d486e
"src/vscode:/vscode.git/clone" did not exist on "111333f7312ca5f38d0e2a0ff3ecab55f50e9107"
Commit
9b3d486e
authored
Sep 30, 2019
by
铭飞
Committed by
Gitee
Sep 30, 2019
Browse files
!187 修复linux下相对目录的问题
Merge pull request !187 from 灰色DT/4.7.2
parents
c469f567
e705e844
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/resources/application.yml
View file @
9b3d486e
...
@@ -12,9 +12,21 @@ ms:
...
@@ -12,9 +12,21 @@ ms:
view-path
:
/WEB-INF/manager
view-path
:
/WEB-INF/manager
upload
:
upload
:
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