Add missing configuration entry

This commit is contained in:
Stephane Nicoll
2016-02-17 11:00:33 +01:00
parent 0e10dbc269
commit d5732afa67
2 changed files with 7 additions and 0 deletions

View File

@@ -66,6 +66,12 @@
"description": "Enable JMX support (if provided by the underlying pool).",
"defaultValue": false
},
{
"name": "spring.data.couchbase.repositories.enabled",
"type": "java.lang.Boolean",
"description": "Enable Couchbase repositories.",
"defaultValue": true
},
{
"name": "spring.data.elasticsearch.repositories.enabled",
"type": "java.lang.Boolean",

View File

@@ -494,6 +494,7 @@ content into your application; rather pick only the properties that you need.
spring.data.couchbase.bucket.name= # Name of the bucket to connect to.
spring.data.couchbase.bucket.password= # Password of the bucket.
spring.data.couchbase.consistency=read-your-own-writes # Consistency to apply by default on generated queries.
spring.data.couchbase.repositories.enabled=true # Enable Couchbase repositories.
# ELASTICSEARCH ({sc-spring-boot-autoconfigure}/elasticsearch/ElasticsearchProperties.{sc-ext}[ElasticsearchProperties])
spring.data.elasticsearch.cluster-name=elasticsearch # Elasticsearch cluster name.