Add support for reactive Spring Data Couchbase

See gh-10812
This commit is contained in:
Alex Derkach
2017-10-29 16:47:06 +02:00
committed by Stephane Nicoll
parent 1370e9dbaf
commit 568cd6472b
15 changed files with 618 additions and 2 deletions

View File

@@ -588,6 +588,7 @@ content into your application; rather pick only the properties that you need.
# DATA COUCHBASE ({sc-spring-boot-autoconfigure}/data/couchbase/CouchbaseDataProperties.{sc-ext}[CouchbaseDataProperties])
spring.data.couchbase.auto-index=false # Automatically create views and indexes.
spring.data.couchbase.consistency=read-your-own-writes # Consistency to apply by default on generated queries.
spring.data.couchbase.reactive-repositories.enabled=true # Enable Couchbase reactive repositories.
spring.data.couchbase.repositories.enabled=true # Enable Couchbase repositories.
# ELASTICSEARCH ({sc-spring-boot-autoconfigure}/data/elasticsearch/ElasticsearchProperties.{sc-ext}[ElasticsearchProperties])