Spring Data Couchbase - CouchbaseTemplate



To work with CouchbaseTemplate, we must create Views as mentioned in the previous section.The CouchbaseTemplate is from native Couchbase SDK from package org.springframework.data.couchbase.core. It also provides us a way to perform CRUD operation what we did earlier with the help of a repository.

Advertisements