@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited @BootstrapWith(value=org.springframework.boot.test.context.SpringBootTestContextBootstrapper.class) @OverrideAutoConfiguration(enabled=false) @TypeExcludeFilters(value=ac.simons.spring.boot.test.autoconfigure.data.mongo.DataMongoTypeExcludeFilter.class) @AutoConfigureCache @AutoConfigureEmbeddedTestMongod @AutoConfigureDataMongo @ImportAutoConfiguration public @interface DataMongoTest
| Modifier and Type | Optional Element and Description |
|---|---|
org.springframework.context.annotation.ComponentScan.Filter[] |
excludeFilters
A set of exclude filters which can be used to filter beans that would
otherwise be added to the application context.
|
org.springframework.context.annotation.ComponentScan.Filter[] |
includeFilters
A set of include filters which can be used to add otherwise filtered
beans to the application context.
|
boolean |
useDefaultFilters
Determines if default filtering should be used with
@SpringBootApplication. |
public abstract boolean useDefaultFilters
@SpringBootApplication. By default no beans
are included.includeFilters(),
excludeFilters()Copyright © 2016 michael-simons.eu. All rights reserved.