WireMock Spring Boot library drastically simplifies WireMock configuration in a Spring Boot and JUnit 5 application.
See the WireMock Spring Boot doc page for installation and usage details.
- Fully declarative WireMock setup
- Support for multiple
WireMockServer
instances - one per HTTP client as recommended in the WireMock documentation - Automatically sets Spring environment properties
- Does not pollute Spring application context with extra beans
- Maciej Walkowiak - This was originally his project and later moved to WireMock organization
- Spring Cloud Contract WireMock
- Spring Boot WireMock
- Spring Boot Integration Tests With WireMock and JUnit 5 by Philip Riecks
Originally forked from WireMock Spring Boot.