Nowadays Unit Test is so important in Software Development, and Spring Framework also provides @DataJpaTest
annotation to make writing test for JPA Repository more simpler. In this tutorial, we’re gonna look at how to apply @DataJpaTest
in our Spring Boot Project with TestEntityManager
.
This tutorial gives you an additional unit test for the Post:
– Spring Boot, Spring Data JPA – Rest CRUD API example
More Practice:
– Spring Boot Token based Authentication with Spring Security example
– Spring Boot @ControllerAdvice & @ExceptionHandler example