How to test Spring CrudRepository using @DataJpaTest in Spring boot 2.1.0.M4 using Junit 5

前端 未结 2 1754
天命终不由人
天命终不由人 2021-01-27 02:49

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.

2条回答
  •  花落未央
    2021-01-27 03:02

    I think your problem is cause by changed naming strategy. Try to check this issue

提交回复
热议问题