mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Merge branch '2.1.x' into 2.2.x
See gh-19150
This commit is contained in:
+7
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user