Skip to content

Commit 15de85d

Browse files
committed
Polish contribution
See gh-28061
1 parent 0374c3d commit 15de85d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 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",
@@ -612,12 +618,6 @@
612618
"description": "Whether to enable Elasticsearch repositories.",
613619
"defaultValue": true
614620
},
615-
{
616-
"name": "spring.data.elasticsearch.client.reactive.endpoints",
617-
"defaultValue": [
618-
"http://localhost:9200"
619-
]
620-
},
621621
{
622622
"name": "spring.data.jdbc.repositories.enabled",
623623
"type": "java.lang.Boolean",

0 commit comments

Comments
 (0)