You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/MultipartProperties.java
+5-5
Original file line number
Diff line number
Diff line change
@@ -25,16 +25,16 @@
25
25
/**
26
26
* Properties to be used in configuring a {@link MultipartConfigElement}.
27
27
* <ul>
28
-
* <li>{@link #getLocation() location} specifies the directory where files will be
29
-
* stored. The default is "". A common value is to use the system's temporary directory,
30
-
* which can be obtained.</li>
28
+
* <li>{@link #getLocation() location} specifies the directory where files will be stored.
29
+
* The default is "". A common value is to use the system's temporary directory, which can
30
+
* be obtained.</li>
31
31
* <li>{@link #getMaxFileSize() max-file-size} specifies the maximum size permitted for
32
32
* uploaded files. The default is 1Mb.</li>
33
33
* <li>{@link #getMaxRequestSize() max-request-size} specifies the maximum size allowed
34
34
* for {@literal multipart/form-data} requests. The default is 10Mb</li>
35
35
* <li>{@link #getFileSizeThreshold() file-size-threshold} specifies the size threshold
36
-
* after which files will be written to disk. Default is 0, which means that the file
37
-
* will be written to disk immediately.</li>
36
+
* after which files will be written to disk. Default is 0, which means that the file will
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ResourceProperties.java
0 commit comments