Skip to content

Commit 4ee249c

Browse files
committed
Merge branch '2.4.x' into 2.5.x
Closes gh-28072
2 parents b2b691b + 0a4d58f commit 4ee249c

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
@@ -614,6 +614,12 @@
614614
"description": "Type of Couchbase repositories to enable.",
615615
"defaultValue": "auto"
616616
},
617+
{
618+
"name": "spring.data.elasticsearch.client.reactive.endpoints",
619+
"defaultValue": [
620+
"localhost:9200"
621+
]
622+
},
617623
{
618624
"name": "spring.data.elasticsearch.cluster-name",
619625
"type": "java.lang.String",

0 commit comments

Comments
 (0)