Annotation Type AutoConfigureDataMongo


@Target(TYPE) @Retention(RUNTIME) @Documented @Inherited @ImportAutoConfiguration public @interface AutoConfigureDataMongo
Auto-configuration imports for typical Data MongoDB tests. Most tests should consider using @DataMongoTest rather than using this annotation directly.
Since:
1.5.0
Author:
Michael Simons
See Also: