Repository Layer
Learn how to create a class that represents the domain object and a reactive repository.
We'll cover the following
Let’s start from the source of our Reactive Data Stream: MongoDB. We need to create a class that represents the domain object, Quote
, and a Spring Data Repository to collect and map this data to Java objects.
Get hands-on with 1400+ tech skills courses.