@Target(value=TYPE)
@Retention(value=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.DataJpaTest