上传文件的大小配置修改

master
wei.zhang2 2018-03-15 11:40:28 +08:00
parent 15b86c907d
commit 6038409c2e
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
# boot-security
## 2018.03.05 spring boot 由1.5.10 升级到2.0.0
## 2018.3.15上传文件的大小配置修改spring.http.multipart改为spring.servlet.multipart

View File

@ -22,7 +22,7 @@ spring:
date-format: yyyy-MM-dd HH:mm:ss
joda-date-time-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
http:
servlet:
multipart:
max-file-size: 100MB
max-request-size: 100MB