Uses of Annotation Interface
org.springframework.boot.test.autoconfigure.jdbc.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
Modifier 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
Modifier 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
Modifier and TypeClassDescription@interface
Annotation for a JPA test that focuses only on JPA components.