July 2018
Intermediate to advanced
268 pages
7h 36m
English
In your application pom.xml, add the following dependencies, both dealing with MongoDB inclusion into the project:
<!--Mongo--><dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-mongodb-reactive</artifactId></dependency><dependency> <groupId>de.flapdoodle.embed</groupId> <artifactId>de.flapdoodle.embed.mongo</artifactId> <scope>test</scope></dependency>
I have installed MongoDB on my machine. I have started the database locally on the default port (27017).
Read now
Unlock full access