@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@Inherited
@ImportAutoConfiguration
public @interface AutoConfigureDataJdbc
Auto-configuration imports for typical Data JDBC tests.
Most tests should consider using @DataJdbcTest rather than using
this annotation directly.DataJdbcTest