Merge pull request #28061 from polarbear567

* pr/28061:
  Polish contribution
  Add default value for "s.d.elasticsearch.client.reactive.endpoints"

Closes gh-28061
pull/28086/head
Stephane Nicoll 3 years ago
commit 0a4d58f221

@ -582,6 +582,12 @@
"description": "Type of Couchbase repositories to enable.",
"defaultValue": "auto"
},
{
"name": "spring.data.elasticsearch.client.reactive.endpoints",
"defaultValue": [
"localhost:9200"
]
},
{
"name": "spring.data.elasticsearch.cluster-name",
"type": "java.lang.String",

Loading…
Cancel
Save