Commit 391eb279 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.1.x'

Closes gh-18588
parents 75bd1565 c5e14a89
...@@ -665,6 +665,13 @@ ...@@ -665,6 +665,13 @@
"description": "Whether initialization should be performed lazily.", "description": "Whether initialization should be performed lazily.",
"defaultValue": false "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", "name": "spring.main.show-banner",
"type": "java.lang.Boolean", "type": "java.lang.Boolean",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment