We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c483a26 commit 073e71dCopy full SHA for 073e71d
src/main/resources/application.properties
@@ -6,6 +6,9 @@ spring.main.show-banner: false
6
7
spring.jmx.enabled: false
8
9
+# In favour of our own mappings, see ru.mystamps.web.config.MvcConfig.addResourceHandlers()
10
+spring.resources.add-mappings: false
11
+
12
# See for details: http://docs.spring.io/autorepo/docs/spring-boot/current/api/org/springframework/boot/autoconfigure/web/MultipartProperties.html
13
multipart.location: /tmp
14
multipart.max-request-size: 10Mb
0 commit comments