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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define a reactive repository interface using R2DBC.
Add the appropriate R2DBC driver dependency.
No dependency data recorded yet.