Skip to content

Commit 8d37d2e

Browse files
committed
Disable Spring Boot's favicon.
1 parent 073e71d commit 8d37d2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/resources/application.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ spring.jmx.enabled: false
99
# In favour of our own mappings, see ru.mystamps.web.config.MvcConfig.addResourceHandlers()
1010
spring.resources.add-mappings: false
1111

12+
spring.mvc.favicon.enabled: false
13+
1214
# See for details: http://docs.spring.io/autorepo/docs/spring-boot/current/api/org/springframework/boot/autoconfigure/web/MultipartProperties.html
1315
multipart.location: /tmp
1416
multipart.max-request-size: 10Mb

0 commit comments

Comments
 (0)