Just a basic helloworld sample to illustrate how to deal with a couchbase database with spring data couchbase module
This demo requires a local couchbase database. So you must install a local couchbase server.
To do so, just follow couhbase instruction.
docker run -d -p 8091-8093:8091-8093 -p 11210:11210 couchbase/server
git clone https://github.com/pcavezzan/springcouchbase-helloworld.git
mvn spring-boot:run
mvnw spring-boot:run