From d2fecd3ad4e133ef7a15cb559ec79afa439d6049 Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Sun, 15 Nov 2015 22:04:05 +0100 Subject: [PATCH] Fix bad JSON syntax Closes gh-4501 --- .../META-INF/additional-spring-configuration-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 65c48be7c9..849c781c0b 100644 --- a/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -121,7 +121,7 @@ "type": "org.springframework.boot.Banner$Mode", "sourceType": "org.springframework.boot.SpringApplication", "description": "Mode used to display the banner when the application runs.", - "defaultValue": "console", + "defaultValue": "console" }, { "name": "spring.main.show-banner",