Home

Awesome

Build Status Maven Central

Make Peace, No War!

Organization Flapdoodle OSS

We are a github organization. You are invited to participate. Every version < 4.x.x is considered as legacy.

Embedded MongoDB

Embedded MongoDB will provide a platform neutral way for running mongodb in unittests.

Why?

How?

License

We use http://www.apache.org/licenses/LICENSE-2.0

Dependencies

Build on top of

Other ways to use Embedded MongoDB

Howto

Maven

<dependency>
	<groupId>de.flapdoodle.embed</groupId>
	<artifactId>de.flapdoodle.embed.mongo</artifactId>
	<version>4.16.2</version>
</dependency>

Changelog

Unreleased

4.16.2

4.16.1

4.16.0

4.15.0

4.14.0

4.13.1

4.13.0

4.12.6

4.12.5

4.12.3

4.12.2

4.12.1

4.12.0

4.11.1

4.10.2

4.10.1

4.10.0

4.9.3

Spring Integration

As the spring projects removed the embed mongo support in 2.7.0 you should consider to use one of these integration projects. It should behave mostly like the original spring integration, but there are some minor differences:

If you have any trouble in using them feel free to create an issue.