spring-data-mongodb-reactive Questions

4

Solved

I tried to upgrade my data-mongo example project to Spring Boot 2.6.0. There is a test designed to run against Testcontainers, I also included the embedded mongo dep for other tests, so I have to e...

0

Is it possible to perform MongoDB bulk operations (like update/upsert) using ReactiveMongoTemplate or spring-data-mongodb-reactive?

2

Solved

When using the reactive programming model with Spring Data MongoDB it's possible to execute transactions like this: Mono<DeleteResult> result = template.inTransaction() .execute(action -&g...
1

© 2022 - 2024 — McMap. All rights reserved.