Commit 17bb3ab8 authored by Stephane Nicoll's avatar Stephane Nicoll

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

* pr/4501:
  Fix bad JSON syntax
parents 10c54be2 d2fecd3a
...@@ -121,7 +121,7 @@ ...@@ -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",
......
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