#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.
This commit is contained in:
7
couchbase/example/README.md
Normal file
7
couchbase/example/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Spring Data Couchbase - Examples
|
||||
|
||||
This project contains samples of data access features with Spring Data (Couchbase).
|
||||
|
||||
## Prerequisites
|
||||
|
||||
The examples require a running [Couchbase Server](https://www.couchbase.com/downloads) 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.
|
||||
Reference in New Issue
Block a user