Browse Source

Polish contribution

See gh-28061
pull/28086/head
Stephane Nicoll 4 years ago
parent
commit
15de85d89a
  1. 12
      spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

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

@ -582,6 +582,12 @@ @@ -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 @@ @@ -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",

Loading…
Cancel
Save