From 2b69e3c6d5adb23d5bb44d27f85a4fc10ab31947 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 23 Oct 2017 19:46:18 +0200 Subject: [PATCH] Fix metadata of spring.mustache.suffix Closes gh-10752 --- .../META-INF/additional-spring-configuration-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 833e330458..50d805ff76 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -374,7 +374,7 @@ }, { "name": "spring.mustache.suffix", - "defaultValue": ".html" + "defaultValue": ".mustache" }, { "name": "spring.mvc.favicon.enabled",