From f117dbe8a1292b0eaadba56ad8f86f1bee3d39a7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 27 Nov 2019 09:55:06 +0000 Subject: [PATCH] Add metadata for spring.main.log-startup.info See gh-19026 --- .../META-INF/additional-spring-configuration-metadata.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 7cf9d7b40fc0..63093031c452 100644 --- a/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -607,6 +607,13 @@ "description": "Mode used to display the banner when the application runs.", "defaultValue": "console" }, + { + "name": "spring.main.log-startup-info", + "type": "java.lang.Boolean", + "sourceType": "org.springframework.boot.SpringApplication", + "description": "Whether to log information about the application when it starts.", + "defaultValue": true + }, { "name": "spring.main.register-shutdown-hook", "type": "java.lang.Boolean",