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

配置上传文件大小

parent ef34494a
......@@ -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
......@@ -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
......
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