File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,9 @@ spring.profiles.active: test
5
5
spring.main.show-banner : false
6
6
7
7
spring.jmx.enabled : false
8
+
9
+ # See for details: http://docs.spring.io/autorepo/docs/spring-boot/current/api/org/springframework/boot/autoconfigure/web/MultipartProperties.html
10
+ multipart.location : /tmp
11
+ multipart.max-request-size : 10Mb
12
+ multipart.max-file-size : 5Mb
13
+ multipart.file-size-threshold : 1Mb
Original file line number Diff line number Diff line change 44
44
</param-value >
45
45
</init-param >
46
46
<load-on-startup >1</load-on-startup >
47
- <!-- See http://docs.oracle.com/javaee/6/tutorial/doc/gmhal.html for details -->
48
- <multipart-config >
49
- <location >/tmp</location >
50
- <max-request-size >10485760</max-request-size > <!-- 10Mb -->
51
- <max-file-size >5242880</max-file-size > <!-- 5 Mb -->
52
- <file-size-threshold >1048576</file-size-threshold ><!-- 1 Mb -->
53
- </multipart-config >
54
47
</servlet >
55
48
56
49
<servlet-mapping >
You can’t perform that action at this time.
0 commit comments