Annotation Interface 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.- Since:
- 1.5.0
- Author:
- Stephane Nicoll
- See Also: