Codebase for the blog post Spring Boot Integration Tests with WireMock and JUnit 5
Steps to run this project:
- Clone this Git repository
- Navigate to the folder
spring-boot-integration-tests-wiremock
- Run
mvn verify
to execute the integration tests on your machine - (Optional) To start the application, execute
mvn spring-boot:run
and access http://localhost:8080/api/todos