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
Litemall
Commits
1e72ae82
Commit
1e72ae82
authored
May 05, 2020
by
Junling Bu
Browse files
配置上传文件大小
parent
ef34494a
Changes
2
Hide whitespace changes
Inline
Side-by-side
litemall-all-war/src/main/resources/application.yml
View file @
1e72ae82
...
...
@@ -3,6 +3,10 @@ spring:
active
:
db, core, admin, wx
messages
:
encoding
:
UTF-8
servlet
:
multipart
:
max-file-size
:
20MB
max-request-size
:
20MB
logging
:
config
:
classpath:logback-spring.xml
\ No newline at end of file
litemall-all/src/main/resources/application.yml
View file @
1e72ae82
...
...
@@ -3,6 +3,10 @@ spring:
active
:
db, core, admin, wx
messages
:
encoding
:
UTF-8
servlet
:
multipart
:
max-file-size
:
20MB
max-request-size
:
20MB
server
:
port
:
8080
...
...
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