Class ModuleTestAutoConfiguration
java.lang.Object
org.springframework.modulith.test.ModuleTestAutoConfiguration
@Configuration(proxyBeanMethods=false)
@Import(AutoConfigurationAndEntityScanPackageCustomizer.class)
@AutoConfigureOrder(-2147483648)
class ModuleTestAutoConfiguration
extends Object
An unconditional auto-configuration registering an
ImportBeanDefinitionRegistrar
to customize both the entity
scan and auto-configuration packages to the packages defined by the ModuleTestExecution
in the application
context.- Author:
- Oliver Drotbohm
-
Nested Class Summary
Modifier and TypeClassDescription(package private) static class
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ModuleTestAutoConfiguration
ModuleTestAutoConfiguration()
-