From de9b6a6a22a62cd5470861c6693c5ec633eb1649 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 5 Mar 2014 14:46:31 +0000 Subject: [PATCH] Switch off debug in secure sample Fixes gh-438 --- .../src/main/resources/application.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-secure/src/main/resources/application.properties b/spring-boot-samples/spring-boot-sample-secure/src/main/resources/application.properties index 03e8cdc841..e5c8a7406c 100644 --- a/spring-boot-samples/spring-boot-sample-secure/src/main/resources/application.properties +++ b/spring-boot-samples/spring-boot-sample-secure/src/main/resources/application.properties @@ -1,2 +1 @@ -spring.thymeleaf.cache: false -debug: true \ No newline at end of file +# debug: true \ No newline at end of file