Starter for using Couchbase document-oriented database with Spring Data Couchbase in Spring Boot applications.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-couchbase</artifactId>
<version>4.1.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Inject CouchbaseTemplate to interact with Couchbase.
Configure spring.couchbase.connection-string and spring.couchbase.username/password in application.properties.
No dependency data recorded yet.