批注接口 AutoConfigureJdbc
@Target(TYPE)
@Retention(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.- 从以下版本开始:
- 1.5.0
- 作者:
- Stephane Nicoll
- 另请参阅: