Add support for reactive Spring Data Couchbase
See gh-10812
This commit is contained in:
committed by
Stephane Nicoll
parent
1370e9dbaf
commit
568cd6472b
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user