Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.05 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.05 KB

wiremock-examples

A repository of different examples of wiremock use in different frameworks

Spring Boot

Wiremock Example - Spring Boot 3.x Using WireMock with the jetty 12 library

This example demonstrates how to use WireMock with Spring Boot 3.x using the WireMock jetty 12 library.

Using wiremock-spring-boot

This example demonstrates how to use WireMock with Spring Boot 3.x using the wiremock-spring-boot project from Maciej Walkowiak

Using Wiremock as Testcontainers Proxy

This example demonstrates how to set up WireMock as proxy for a service provisioned through Testcontainers and Docker Compose. This enables us to inject failures and artificial delays into the proxied service responses and test a wide range of scenarios.