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