Uses of Annotation Interface
org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase
Packages that use AutoConfigureTestDatabase
Package
Description
Auto-configuration for Data JDBC tests.
Auto-configuration for JDBC tests.
Auto-configuration for Data JPA tests.
-
Uses of AutoConfigureTestDatabase in org.springframework.boot.test.autoconfigure.data.jdbc
Classes in org.springframework.boot.test.autoconfigure.data.jdbc with annotations of type AutoConfigureTestDatabaseModifier and TypeClassDescription@interface
Annotation that can be used for a Data JDBC test that focuses only on Data JDBC components. -
Uses of AutoConfigureTestDatabase in org.springframework.boot.test.autoconfigure.jdbc
Classes in org.springframework.boot.test.autoconfigure.jdbc with annotations of type AutoConfigureTestDatabaseModifier and TypeClassDescription@interface
Annotation for a JDBC test that focuses only on JDBC-based components. -
Uses of AutoConfigureTestDatabase in org.springframework.boot.test.autoconfigure.orm.jpa
Classes in org.springframework.boot.test.autoconfigure.orm.jpa with annotations of type AutoConfigureTestDatabaseModifier and TypeClassDescription@interface
Annotation for a JPA test that focuses only on JPA components.