Browse Source

Fix bad JSON syntax

Closes gh-4501
pull/4367/merge
Vedran Pavic 10 years ago committed by Stephane Nicoll
parent
commit
d2fecd3ad4
  1. 2
      spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json

2
spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json

@ -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…
Cancel
Save