This is an replacement for the spring mongodb integration project. It is based on Spring 2.7.x. This version uses a new version of Embedded MongoDB.
We use http://www.apache.org/licenses/LICENSE-2.0
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo.spring30x</artifactId>
<version>4.3.2</version>
</dependency>
You might find an example for different use cases in this documentation. As this documentation is generated on each build by running this code, it should work as expected:)