Uses of Annotation Interface
org.springframework.boot.jdbc.test.autoconfigure.AutoConfigureJdbc
Packages that use AutoConfigureJdbc
Package
Description
Auto-configuration for Data JDBC tests.
Auto-configuration for Data JPA tests.
Auto-configuration for JDBC tests.
-
Uses of AutoConfigureJdbc in org.springframework.boot.data.jdbc.test.autoconfigure
Classes in org.springframework.boot.data.jdbc.test.autoconfigure with annotations of type AutoConfigureJdbcModifier and TypeClassDescription@interfaceAuto-configuration importsfor typical Data JDBC tests. -
Uses of AutoConfigureJdbc in org.springframework.boot.data.jpa.test.autoconfigure
Classes in org.springframework.boot.data.jpa.test.autoconfigure with annotations of type AutoConfigureJdbcModifier and TypeClassDescription@interfaceAuto-configuration importsfor typical Data JPA tests.@interfaceAnnotation for a JPA test that focuses only on JPA components. -
Uses of AutoConfigureJdbc in org.springframework.boot.jdbc.test.autoconfigure
Classes in org.springframework.boot.jdbc.test.autoconfigure with annotations of type AutoConfigureJdbcModifier and TypeClassDescription@interfaceAnnotation for a JDBC test that focuses only on JDBC-based components.