Focus on the Data: Testing Your Repositories with @DataJpaTest
Stop testing your entire application just to check a database query. Learn how to use @DataJpaTest to create fast, isolated integration tests for your Spring Data JPA repositories.
Stop testing your entire application just to check a database query. Learn how to use @DataJpaTest to create fast, isolated integration tests for your Spring Data JPA repositories.