Annotation Type AutoConfigureJdbc
@Target(TYPE) @Retention(RUNTIME) @Documented @ImportAutoConfiguration public @interface AutoConfigureJdbc
Auto-configuration importsfor typical jdbc tests. Most tests should consider using@JdbcTestrather than using this annotation directly.- Since:
- 1.5.0
- See Also:
JdbcTest