Improve couchbase support
Expose an `auto-index` property that controls if views and indexes should be created automatically. Update the sample so that it uses this new property, lowering the manual steps to make it working on a vanilla couchbase server. See gh-3498
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
spring.data.couchbase.bucket.name=mybucket
|
||||
spring.data.couchbase.bucket.password=couchbase
|
||||
spring.data.couchbase.auto-index=true
|
||||
spring.data.couchbase.bucket.name=default
|
||||
Reference in New Issue
Block a user