Annotation Interface ApplicationModuleTest


Bootstraps the module containing the package of the test class annotated with ApplicationModuleTest. Will apply the following modifications to the Spring Boot configuration:
  • Restricts the component scanning to the module's package.
  • Sets the module's package as the only auto-configuration and entity scan package.
Author:
Oliver Drotbohm