Are there any alternatives to flapdoodle for embedded mongodb?

Viewed 363

I have tried using flapdoodle's embedded mongodb for integration testing in my SpringBoot application and it runs well locally. However, it fails to run in a docker container when deployed. Are there any alternatives to flapdoodle for embedded mongodb?

1 Answers
Related