Add license headers. Replace CouchbaseConfiguration with Spring Boot properties. Post-process example data to make it accessible for repository use. Fix Id type. Add examples for N1ql and view access. Enable couchbase examples in parent pom. Add test rule to skip tests if Couchbase is not available. Original pull request: #275.
403 B
403 B
Spring Data Couchbase - Examples
This project contains samples of data access features with Spring Data (Couchbase).
Prerequisites
The examples require a running Couchbase Server server with the travel sample bucket imported. We assume you're running Couchbase 5 and we have spring.couchbase.bucket.password=… accordingly to adapt RBAC authentication.