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 9962ff1fe6d1..02d488929e25 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 @@ -665,6 +665,13 @@ "description": "Whether initialization should be performed lazily.", "defaultValue": false }, + { + "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",