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

spring-boot-starter-data-couchbase-reactive

JSON →
library4.0.6javamavenunverified

Starter for using Couchbase document-oriented database and Spring Data Couchbase Reactive.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-couchbase-reactive</artifactId> <version>4.0.6</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-BOOT-STARTE
S
spring-boot-starter-data-couchbase-reactive
databasejavav4.0.6
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.

ReactiveCouchbaseTemplate
org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate

Minimal reactive Couchbase data access example

import org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; @Component public class Quickstart { @Autowired private ReactiveCouchbaseTemplate template; public void example() { template.findById("my-id", MyEntity.class).subscribe(System.out::println); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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