Skip to content

Commit 0374c3d

Browse files
polarbear567snicoll
authored andcommitted
Add default value for "s.d.elasticsearch.client.reactive.endpoints"
See gh-28061
1 parent c2361ae commit 0374c3d

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
@@ -612,6 +612,12 @@
612612
"description": "Whether to enable Elasticsearch repositories.",
613613
"defaultValue": true
614614
},
615+
{
616+
"name": "spring.data.elasticsearch.client.reactive.endpoints",
617+
"defaultValue": [
618+
"http://localhost:9200"
619+
]
620+
},
615621
{
616622
"name": "spring.data.jdbc.repositories.enabled",
617623
"type": "java.lang.Boolean",

0 commit comments

Comments
 (0)