From 15de85d89affc2b7ea9476c05d0c3d7f138a3c4c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 Sep 2021 08:18:08 +0200 Subject: [PATCH] Polish contribution See gh-28061 --- .../additional-spring-configuration-metadata.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index a8845fbb1bc..0b09fcbcf74 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -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", @@ -612,12 +618,6 @@ "description": "Whether to enable Elasticsearch repositories.", "defaultValue": true }, - { - "name": "spring.data.elasticsearch.client.reactive.endpoints", - "defaultValue": [ - "http://localhost:9200" - ] - }, { "name": "spring.data.jdbc.repositories.enabled", "type": "java.lang.Boolean",