Commit b309495c authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

parent 4bdef4d0
...@@ -226,7 +226,9 @@ ...@@ -226,7 +226,9 @@
}, },
{ {
"name": "spring.elasticsearch.jest.uris", "name": "spring.elasticsearch.jest.uris",
"defaultValue": ["http://localhost:9200"] "defaultValue": [
"http://localhost:9200"
]
}, },
{ {
"name": "spring.http.encoding.enabled", "name": "spring.http.encoding.enabled",
...@@ -235,9 +237,9 @@ ...@@ -235,9 +237,9 @@
"defaultValue": true "defaultValue": true
}, },
{ {
"name": "spring.http.converters.preferred-json-mapper", "name": "spring.http.converters.preferred-json-mapper",
"type": "java.lang.String", "type": "java.lang.String",
"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." "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."
}, },
{ {
"name": "spring.jersey.type", "name": "spring.jersey.type",
......
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