Add metadata for spring.main.log-startup.info
See gh-19026
This commit is contained in:
parent
63dbefebc2
commit
f117dbe8a1
|
|
@ -607,6 +607,13 @@
|
||||||
"description": "Mode used to display the banner when the application runs.",
|
"description": "Mode used to display the banner when the application runs.",
|
||||||
"defaultValue": "console"
|
"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",
|
"name": "spring.main.register-shutdown-hook",
|
||||||
"type": "java.lang.Boolean",
|
"type": "java.lang.Boolean",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue