Skip to content

Commit 17bb3ab

Browse files
committed
Merge pull request #4501 from vpavic/fix-json-syntax
* pr/4501: Fix bad JSON syntax
2 parents 10c54be + d2fecd3 commit 17bb3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"type": "org.springframework.boot.Banner$Mode",
122122
"sourceType": "org.springframework.boot.SpringApplication",
123123
"description": "Mode used to display the banner when the application runs.",
124-
"defaultValue": "console",
124+
"defaultValue": "console"
125125
},
126126
{
127127
"name": "spring.main.show-banner",

0 commit comments

Comments
 (0)