Annotation Type AutoConfigureTestDb
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Inherited @ImportAutoConfiguration @PropertyMapping("spring.test.database") public @interface AutoConfigureTestDb
Annotation that can be applied to a test class to configure a test database to use.- Author:
- Jeff Fischer
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanhsqlbooleannetworkAccessibleorg.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase.Replacereplace
-