Annotation Interface AutoConfigureDataJdbc
@Target(TYPE)
@Retention(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.- Since:
- 2.1.0
- Author:
- Andy Wilkinson
- See Also: