Annotation Interface AutoConfigureDataJpa


@Target(TYPE) @Retention(RUNTIME) @Documented @Inherited @ImportAutoConfiguration public @interface AutoConfigureDataJpa
Auto-configuration imports for typical Data JPA tests. Most tests should consider using @DataJpaTest rather than using this annotation directly.
Since:
1.4.0
See Also: