Merge pull request #4501 from vpavic/fix-json-syntax
* pr/4501: Fix bad JSON syntax
This commit is contained in:
commit
17bb3ab8c8
|
|
@ -121,7 +121,7 @@
|
||||||
"type": "org.springframework.boot.Banner$Mode",
|
"type": "org.springframework.boot.Banner$Mode",
|
||||||
"sourceType": "org.springframework.boot.SpringApplication",
|
"sourceType": "org.springframework.boot.SpringApplication",
|
||||||
"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.show-banner",
|
"name": "spring.main.show-banner",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue