From 6d978b308bbd397f211735ff9735d1d0ae2bbc42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <stu114708@informatik.uni-kiel.de> Date: Mon, 29 Aug 2016 13:55:48 +0200 Subject: [PATCH] disabled favicon --- src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 4bf7ebf..fc01c39 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -4,4 +4,5 @@ cassandra.keyspace=Kiekpad cassandra.timeout=30000 server.compression.enabled=true -server.compression.mime-types=application/json,application/xml,text/html,text/xml,text/plain \ No newline at end of file +server.compression.mime-types=application/json,application/xml,text/html,text/xml,text/plain +spring.mvc.favicon.enabled=false \ No newline at end of file -- GitLab