February 2018
Intermediate to advanced
356 pages
9h 10m
English
Before we start, we can check out the full source code at GitHub, or we can perform the following steps.
Now, we are ready to build our new reactive repositories. The first thing that we need to do is add the Maven dependencies to our project. This can be done using pom.xml.
Let's configure our new dependency:
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-mongodb-reactive</artifactId></dependency>
Our project is ready to use reactive MongoDB repositories.