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