#562 - Upgrading to Spring Data Couchbase 4.

Original pull request: #564.
This commit is contained in:
deniswsrosa
2020-05-14 09:26:52 +02:00
committed by Mark Paluch
parent 6e1abe4869
commit fd52cea0e4
21 changed files with 300 additions and 467 deletions

View File

@@ -4,4 +4,7 @@ This project contains samples of data access features with Spring Data (Couchbas
## 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.
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 6.5 and we have updated the `CouchbaseConfig` class accordingly to adapt RBAC authentication.
For more information, see the [official documentation](https://docs.spring.io/spring-data/couchbase/docs/current/reference/html/#reference).