欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

文件上传spring.http.multipart.maxFileSize和spring.servlet.multipart.max-file-size区别

程序员文章站 2022-03-01 20:11:30
...
https://blog.csdn.net/sdau20171935/article/details/104130575/


servlet:
    multipart:
      enabled: true #开启文件上传
      max-file-size: 100GB #限制文件上传大小为100G
      max-request-size: 100GB #限制文件上传大小为100G