Annotation Interface AutoConfigureJdbc


@Target(TYPE) @Retention(RUNTIME) @Documented @Inherited @ImportAutoConfiguration @AutoConfigureDataSourceInitialization public @interface AutoConfigureJdbc
Auto-configuration imports for typical JDBC tests. Most tests should consider using @JdbcTest rather than using this annotation directly.
Since:
4.0.0
See Also: