Skip to content

raizoor/de.flapdoodle.embed.mongo.spring

 
 

Repository files navigation

Organization Flapdoodle OSS

Embedded MongoDB Spring Integration

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.

License

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

Maven

Maven Central

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

Usage

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:)

Canary Project

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 and spring3.0.x (hint: spring3.0.x needs java17).

About

embedded mongo spring integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.7%
  • Shell 0.3%