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

spring-boot-starter-data-mongodb-reactive

JSON →
library4.0.6javamavenunverified

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

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

ReactiveMongoRepository
org.springframework.data.mongodb.repository.ReactiveMongoRepository

Creating a reactive repository for MongoDB.

public interface PersonRepository extends ReactiveMongoRepository<Person, String> { Flux<Person> findByLastName(String lastName); }
Debug
Known issues
breakingRequires Spring Boot 2.x or later; reactive MongoDB driver must be on classpath.
fix
Ensure spring-boot-starter-data-mongodb-reactive is used with compatible Spring Boot version.
affects: 4.0.6
Upgrade
Version history
4.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Meta
1
Resources
spring-boot-starter-data-mongodb-reactive — mvn dependency:get spring-boot-starter-data-mongodb-reactive · libregistry