Skip to content

Commit

Permalink
Merge branch '2.1.x' into 2.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Nov 27, 2019
2 parents abe0700 + f117dbe commit f2bd27f
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -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",
Expand Down

0 comments on commit f2bd27f

Please sign in to comment.