批注接口 AutoConfigureJooq
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Inherited
@ImportAutoConfiguration
public @interface AutoConfigureJooq
Auto-configuration imports
for typical jOOQ tests. Most
tests should consider using @JooqTest
rather than using this
annotation directly.- 从以下版本开始:
- 2.0.0
- 作者:
- Michael Simons