Open shapan1 opened 3 years ago
Hi @shapan1,
ReactiveSortingRepository
that the code uses extends the ReactiveCrudRepository
interface. This one has methods to create, update, and delete entities. You can check the docs here.If you want to know more about Spring Data and how it integrates with Spring Boot in a microservices architecture, let me recommend you my book Learn Microservices with Spring Boot.
In any case, feel free to ask as many questions as you need 😄
Hi, I went through your course on educative.io. I saw how you created the mongo repository and loaded data into the Mongo instance. However, I wanted to know :