“Spring Boot 文件大小上传限制”的版本间的差异

来自姬鸿昌的知识库
跳到导航 跳到搜索
(建立内容为“<syntaxhighlight lang="yaml"> spring: servlet: multipart: max-file-size: 10MB </syntaxhighlight>”的新页面)
 
第4行: 第4行:
 
     multipart:
 
     multipart:
 
       max-file-size: 10MB
 
       max-file-size: 10MB
</syntaxhighlight>
+
      max-request-size: 10MB
 +
</syntaxhighlight>org.springframework.boot.autoconfigure.web.servlet.MultipartProperties.java
 +
 
 +
 
 +
来自 spring-boot-autoconfigure-x.x.x.RELEASE.jar

2023年2月2日 (四) 09:34的版本

spring:
  servlet:
    multipart:
      max-file-size: 10MB
      max-request-size: 10MB

org.springframework.boot.autoconfigure.web.servlet.MultipartProperties.java


来自 spring-boot-autoconfigure-x.x.x.RELEASE.jar