Commit 1e72ae82 authored by Junling Bu's avatar Junling Bu
Browse files

配置上传文件大小

parent ef34494a
...@@ -3,6 +3,10 @@ spring: ...@@ -3,6 +3,10 @@ spring:
active: db, core, admin, wx active: db, core, admin, wx
messages: messages:
encoding: UTF-8 encoding: UTF-8
servlet:
multipart:
max-file-size: 20MB
max-request-size: 20MB
logging: logging:
config: classpath:logback-spring.xml config: classpath:logback-spring.xml
\ No newline at end of file
...@@ -3,6 +3,10 @@ spring: ...@@ -3,6 +3,10 @@ spring:
active: db, core, admin, wx active: db, core, admin, wx
messages: messages:
encoding: UTF-8 encoding: UTF-8
servlet:
multipart:
max-file-size: 20MB
max-request-size: 20MB
server: server:
port: 8080 port: 8080
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment