Browse Source

Add metadata for spring.main.log-startup.info

See gh-19026
pull/19171/head
Andy Wilkinson 6 years ago
parent
commit
f117dbe8a1
  1. 7
      spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json

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

@ -607,6 +607,13 @@ @@ -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",

Loading…
Cancel
Save