注释类型 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.- 从以下版本开始:
 - 1.5.0
 - 另请参阅:
 JdbcTest