Merge branch '2.1.x'

Closes gh-18588
This commit is contained in:
Stephane Nicoll 2019-10-15 08:51:31 +02:00
commit 391eb279df
1 changed files with 7 additions and 0 deletions

View File

@ -665,6 +665,13 @@
"description": "Whether initialization should be performed lazily.",
"defaultValue": false
},
{
"name": "spring.main.register-shutdown-hook",
"type": "java.lang.Boolean",
"sourceType": "org.springframework.boot.SpringApplication",
"description": "Whether the application should have a shutdown hook registered.",
"defaultValue": true
},
{
"name": "spring.main.show-banner",
"type": "java.lang.Boolean",