Uses of Package
org.springframework.boot.test.autoconfigure.jdbc
Packages that use org.springframework.boot.test.autoconfigure.jdbc
Package
Description
Auto-configuration for Data JDBC tests.
Auto-configuration for JDBC tests.
Auto-configuration for Data JPA tests.
-
Classes in org.springframework.boot.test.autoconfigure.jdbc used by org.springframework.boot.test.autoconfigure.data.jdbcClassDescriptionAnnotation that can be applied to a test class to configure a test database to use instead of the application-defined or auto-configured
DataSource
. -
Classes in org.springframework.boot.test.autoconfigure.jdbc used by org.springframework.boot.test.autoconfigure.jdbcClassDescription
Auto-configuration imports
for typical jdbc tests.Annotation that can be applied to a test class to configure a test database to use instead of the application-defined or auto-configuredDataSource
.What the test database can replace. -
Classes in org.springframework.boot.test.autoconfigure.jdbc used by org.springframework.boot.test.autoconfigure.orm.jpaClassDescriptionAnnotation that can be applied to a test class to configure a test database to use instead of the application-defined or auto-configured
DataSource
.