Commit 928a7857 by naan1993

增加文件上传的最大限制配置

parent 36be4af4
...@@ -35,6 +35,9 @@ spring: ...@@ -35,6 +35,9 @@ spring:
http: http:
converters: converters:
preferred-json-mapper: fastjson preferred-json-mapper: fastjson
multipart:
max-request-size: 100MB #最大请求大小
max-file-size: 100MB #最大文件大小
devtools: devtools:
restart: restart:
enabled: true #是否开启开发者工具(true/false) enabled: true #是否开启开发者工具(true/false)
......
Markdown is supported
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