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...
Damsel asked 20/11, 2021 at 15:35
0
Is it possible to perform MongoDB bulk operations (like update/upsert) using ReactiveMongoTemplate or spring-data-mongodb-reactive?
Kaon asked 3/6, 2021 at 23:30
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...
Robbert asked 29/5, 2019 at 11:57
1
© 2022 - 2024 — McMap. All rights reserved.