Skip to content

Commit f117dbe

Browse files
committed
Add metadata for spring.main.log-startup.info
See gh-19026
1 parent 63dbefe commit f117dbe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,13 @@
607607
"description": "Mode used to display the banner when the application runs.",
608608
"defaultValue": "console"
609609
},
610+
{
611+
"name": "spring.main.log-startup-info",
612+
"type": "java.lang.Boolean",
613+
"sourceType": "org.springframework.boot.SpringApplication",
614+
"description": "Whether to log information about the application when it starts.",
615+
"defaultValue": true
616+
},
610617
{
611618
"name": "spring.main.register-shutdown-hook",
612619
"type": "java.lang.Boolean",

0 commit comments

Comments
 (0)