I cannot test my spring crud repository using spring boot 2.1.0.M4 with Junit5 and @DataJpaTest. I am using the following spring crud repository interface.
@DataJpaTest
I think your problem is cause by changed naming strategy. Try to check this issue