Merge pull request #28061 from polarbear567

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

Closes gh-28061
This commit is contained in:
Stephane Nicoll 2021-09-21 08:18:32 +02:00
commit 0a4d58f221
1 changed files with 6 additions and 0 deletions

View File

@ -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",