批注接口 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.- 从以下版本开始:
- 1.5.0
- 作者:
- Michael Simons
- 另请参阅: