Package org.springframework.boot.test.autoconfigure.jdbc
package org.springframework.boot.test.autoconfigure.jdbc
Auto-configuration for JDBC tests.
-
ClassDescription
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.Annotation for a JDBC test that focuses only on JDBC-based components.Auto-configuration for a test database.