DEV Community

Discussion on: How to Integrate Embedded MongoDB for Unit Testing in a Spring Application

Collapse
 
alberto_corral_f4ffe23dd1 profile image
Alberto Corral • Edited

Hi. I tried to follow your instruction but I can't impliment the EmbeddedMongoConfig.java file because one of the dependencies from de.flapdoodle.embed.mongo is missing. I can´t find MongodConfigBuilder, so I can´t create the configuration Bean.

And in the same package I caný find the interface IMongodConfig, so I have tried to use MongodConfig interface instead.

Do you know what ma i doing bad???