Files
spring-data-examples/couchbase/example/README.md
Mark Paluch b61875f97c #265 - Polishing.
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.
2017-11-23 14:10:57 +01:00

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.