Spring Boot WebFlux | Spring Data Reactive MongoDB -CRUD Example | JavaTechie

preview_player
Показать описание
This tutorial will walk you through how to write CRUD operations for a Spring Boot application using reactive mongodb driver.

#javatechie #reactive #mongoDB #Webflux

GitHub:

Blogs:

Facebook:

guys if you like this video please do subscribe now and press the bell icon to not miss any update from Java Techie

Disclaimer/Policy:
--------------------------------
Note : All uploaded content in this channel is mine and its not copied from any community , you are free to use source code from above mentioned GitHub account
Рекомендации по теме
Комментарии
Автор

very very nice video
everything was so clear
reactive was new for me but this video cleared everything.

mahimakaushal
Автор

You are explaining very easy way. keep growing. 👍 👍

javatutorialshub
Автор

no tutorial can be better than this.i used traditonal mysql database with the reactive rest service..Thnx for the tutorial

HallOfMemeYT
Автор

Your videos are very easy to understand, even for freshers. I always advice my frd to watch your videos. Thank you

sreesri
Автор

Hi Basanth, if you have time, could you please do a complete spring cloud gateway with resilence4j, load balancing, security, authentication, routing, filters using 2 Microservices..thank you in advance..stay safe..🙏❤️

raghuvardhansaripalli
Автор

Very clear. Waiting for your video on SAGA pattern of microservices.

amitkumar
Автор

Hi nice video, do you see any performance improvement while using reactive programming ? I mean in this example although you are using reactive programming, the responses are not streamed(as you did in the previous tutorial). so what benefit you see for using reactive for this use case vs traditional rest and non reactive programming?

mayanksharmaisrolling
Автор

Thank you soo much for making this video. 🙏🙏🙏

samuelsodagudi
Автор

Awesome, this is awesome. I love the way you teach. Always following you.

gabrielgitonga
Автор

nice tutorial, thank you soo much, greetings from Perú

PavelQuezada
Автор

Great. Only thing want to point out is the controller class path is not fully restful, should follow the rest urls conventions. For example, no need to write "update" in the url.

michaeldeng
Автор

Hi, That's a great explanation. I need clarification regarding the non-blocking nature of reactive MongoDB. Let's say we have the getProducts endpoint already hit and the browser is still open, then we hit the saveProduct endpoint, will the new data loaded asynchronously on the previously opened browser?

AzizSugianto
Автор

we are created the Entity. then what is the use of create DTO with same fields?
and another question is i am trying to postmapping it gives responce as 200 but its not saving to DB, rest of the endpoints are working properly

shivaniKadali
Автор

You can use mapstruct mapper for entity to DTO and DTO to entity conversion.... No need to write boiler plate code

swapniloo_
Автор

Can we also use JpaRepository? or any alternative class is available

hanumanthram
Автор

is the JSON that returns to the client(browser) blocking others requests? I raised this question since you used TEXT_EVENT_STREAM_VALUE to provide values...

edgarfranklizarragaugarte
Автор

Hey thanks for this tutorial!
I made a mini app with a Thymeleaf form to input data. When I call the save method, the data is not saved. But when I add a .subscribe() method after the actual repo insert(), it saves. I don't see you using the subscribe() method. What am I missing here? Please help!

ShauryaChawlaprayforplagues
Автор

hi, how would he use the saveAll method that saves several documents but not DTOS?

josephjesusflorianflores
Автор

Hi Basanth, you are doing great job. How to work with entity mapping with ReactiveCrudRepositoy, isit same as JPARepository?

vemulavamsikoundinya
Автор

Reactive Repositories are not supported by JPA. Offending repository with mysql - @Query("from Product where price between ?1 and ?2 ")

bharatbhaisolanki