#spring-data-rest-couchbase example This is a sample application created to show how to use spring data couchbase with spring data rest.
#Installation
Checkout the project. This project is a spring boot application, uses Maven as build tool. After checkout, chnage the application.properties (src/main/resources) file to change Couchbase and bucket settings. Then use mvn spring-boot:run command to run the application. Use http://localhost:8080/user to aceess the RESTful web service url.