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

spring-boot-starter-data-r2dbc

JSON →
library4.0.6javamavenunverified

Starter for using Spring Data R2DBC with Spring Boot, enabling reactive database access.

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

R2dbcRepository
org.springframework.data.r2dbc.repository.R2dbcRepository

Define a reactive repository interface using R2DBC.

import org.springframework.data.r2dbc.repository.R2dbcRepository; import reactor.core.publisher.Flux; public interface MyRepository extends R2dbcRepository<MyEntity, Long> { Flux<MyEntity> findByName(String name); }
Debug
Known issues
gotchaRequires a reactive database driver (e.g., r2dbc-postgresql).
fix
Add the appropriate R2DBC driver dependency.
affects: *
Upgrade
Version history
4.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Meta
1
Resources
spring-boot-starter-data-r2dbc — mvn dependency:get spring-boot-starter-data-r2dbc · libregistry