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",