Spring WebFlux Essentials 12 - Reactive DELETE

preview_player
Показать описание
DevDojo Academy is bringing to you another exceptional Spring playlist. Spring WebFlux Essentials.
Spring WebFlux essentials follow the same style of our Spring Boot Essentials and Project Reactor Essentials.
This time, DevDojo will guide you step-by-step over the essential you need to know about WebFlux with R2DBC.
From the setup, connecting to the Postgres database, reactively securing the endpoints, unit and integration tests, documenting with SpringDoc OpenAPI, and more.

Рекомендации по теме
Комментарии
Автор

I'am no sure but the update method should contains '. flatMap(s - > animeRepo.save(anime)', because the currently implementation does not update the db object.

skillet