Unit and Integration test Spring Boot applications with Spring Testing and JUnit
This blog post explains the process to Unit test and Integration test Spring Boot application with JUnit and Spring Testing library Unit Tests Typical Spring Boot application divided into 3 layers Repository layer Testing Let’s start with Repository layer. See…