Skip to content

Commit 0a4d58f

Browse files
committed
Merge pull request #28061 from polarbear567
* pr/28061: Polish contribution Add default value for "s.d.elasticsearch.client.reactive.endpoints" Closes gh-28061
2 parents c2361ae + 15de85d commit 0a4d58f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,12 @@
582582
"description": "Type of Couchbase repositories to enable.",
583583
"defaultValue": "auto"
584584
},
585+
{
586+
"name": "spring.data.elasticsearch.client.reactive.endpoints",
587+
"defaultValue": [
588+
"localhost:9200"
589+
]
590+
},
585591
{
586592
"name": "spring.data.elasticsearch.cluster-name",
587593
"type": "java.lang.String",

0 commit comments

Comments
 (0)