Skip to content

Commit b309495

Browse files
committed
Polish
1 parent 4bdef4d commit b309495

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,9 @@
226226
},
227227
{
228228
"name": "spring.elasticsearch.jest.uris",
229-
"defaultValue": ["http://localhost:9200"]
229+
"defaultValue": [
230+
"http://localhost:9200"
231+
]
230232
},
231233
{
232234
"name": "spring.http.encoding.enabled",
@@ -235,9 +237,9 @@
235237
"defaultValue": true
236238
},
237239
{
238-
"name": "spring.http.converters.preferred-json-mapper",
239-
"type": "java.lang.String",
240-
"description": "Preferred JSON mapper to use for HTTP message conversion. Set to \"gson\" to force the use of Gson when both it and Jackson are on the classpath."
240+
"name": "spring.http.converters.preferred-json-mapper",
241+
"type": "java.lang.String",
242+
"description": "Preferred JSON mapper to use for HTTP message conversion. Set to \"gson\" to force the use of Gson when both it and Jackson are on the classpath."
241243
},
242244
{
243245
"name": "spring.jersey.type",

0 commit comments

Comments
 (0)