Skip to content

Commit

Permalink
Add metadata for spring.main.log-startup.info
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Nov 27, 2019
1 parent 63dbefe commit f117dbe
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -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",
Expand Down

0 comments on commit f117dbe

Please sign in to comment.