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