Registry / database / spring-boot-starter-data-couchbase

spring-boot-starter-data-couchbase

JSON →
library4.1.0javamavenunverified

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>
INSTALL
IMPORT
SIG · SPRING-BOOT-STARTE
S
spring-boot-starter-data-couchbase
databasejavav4.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CouchbaseTemplate
org.springframework.data.couchbase.core.CouchbaseTemplate

Inject CouchbaseTemplate to interact with Couchbase.

import org.springframework.data.couchbase.core.CouchbaseTemplate; import org.springframework.beans.factory.annotation.Autowired; @Autowired private CouchbaseTemplate couchbaseTemplate; // Use couchbaseTemplate to perform database operations
Debug
Known issues
gotchaRequires a running Couchbase cluster and proper connection configuration.
fix
Configure spring.couchbase.connection-string and spring.couchbase.username/password in application.properties.
affects: all
Upgrade
Version history
4.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Meta
2
Resources
spring-boot-starter-data-couchbase — mvn dependency:get spring-boot-starter-data-couchbase · libregistry