Polish contribution

See gh-28061
This commit is contained in:
Stephane Nicoll 2021-09-21 08:18:08 +02:00
parent 0374c3d563
commit 15de85d89a

View File

@ -582,6 +582,12 @@
"description": "Type of Couchbase repositories to enable.", "description": "Type of Couchbase repositories to enable.",
"defaultValue": "auto" "defaultValue": "auto"
}, },
{
"name": "spring.data.elasticsearch.client.reactive.endpoints",
"defaultValue": [
"localhost:9200"
]
},
{ {
"name": "spring.data.elasticsearch.cluster-name", "name": "spring.data.elasticsearch.cluster-name",
"type": "java.lang.String", "type": "java.lang.String",
@ -612,12 +618,6 @@
"description": "Whether to enable Elasticsearch repositories.", "description": "Whether to enable Elasticsearch repositories.",
"defaultValue": true "defaultValue": true
}, },
{
"name": "spring.data.elasticsearch.client.reactive.endpoints",
"defaultValue": [
"http://localhost:9200"
]
},
{ {
"name": "spring.data.jdbc.repositories.enabled", "name": "spring.data.jdbc.repositories.enabled",
"type": "java.lang.Boolean", "type": "java.lang.Boolean",