Merge pull request #4501 from vpavic/fix-json-syntax

* pr/4501:
  Fix bad JSON syntax
This commit is contained in:
Stephane Nicoll 2015-11-15 22:10:28 +01:00
commit 17bb3ab8c8
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@
"type": "org.springframework.boot.Banner$Mode",
"sourceType": "org.springframework.boot.SpringApplication",
"description": "Mode used to display the banner when the application runs.",
"defaultValue": "console",
"defaultValue": "console"
},
{
"name": "spring.main.show-banner",