This is an spring mongodb integration project. 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.spring3x</artifactId>
<version>4.18.0</version>
</dependency>
You can use this dependency with any spring 3.x.x version.
To enable logging you must choose some matching adapter for slf4j.org This projects uses slf4j-api version 1.7.xx.
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:)
To see if all works as expected and as a playground for integration problems you may have a look at flapdoodle embed mongo canary. There you will find a minimal example for spring2.6.x, spring2.7.x , spring3.x.x (hint: spring3.x.x needs java17).