Repository Layer

Learn how to create a class that represents the domain object and a reactive repository.

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 1200+ tech skills courses.