Couchbase + springframework + maven

Hi ,

I am using spring fraemwork in maven project to handle the couchbase server database, I am trying to save the document on server ,I am using CouchbaseRepository.save(doc);
it is running perfectly, not giving any exception /err but document is not stored on a server. it is not there on couchbase server .

Hi, we need a lot more details to be able to answer you properly. Can you start by showing us the code you are using?