https://github.com/wiremock/wiremock-examples
A repository of different examples of wiremock use in different frameworks
https://github.com/wiremock/wiremock-examples
Last synced: 4 months ago
JSON representation
A repository of different examples of wiremock use in different frameworks
- Host: GitHub
- URL: https://github.com/wiremock/wiremock-examples
- Owner: wiremock
- License: apache-2.0
- Created: 2024-02-19T09:52:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T14:10:42.000Z (about 1 year ago)
- Last Synced: 2024-12-23T15:23:32.467Z (about 1 year ago)
- Language: Java
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](/spring-boot/spring-boot-3/wiremock-jetty-12/README.md) demonstrates how to use WireMock with Spring
Boot 3.x using the WireMock jetty 12 library.
### Using wiremock-spring-boot
[This example](/spring-boot/spring-boot-3/wiremock-spring-boot/README.md) demonstrates how to use WireMock with Spring
Boot 3.x using the [`wiremock-spring-boot`](https://github.com/wiremock/wiremock-spring-boot) project, previously
from [Maciej Walkowiak](https://github.com/maciejwalkowiak)
### Using Wiremock as Testcontainers Proxy
[This example](/spring-boot/spring-boot-3/wiremock-testcontainers-proxy/exchange-calculator-client/README.md)
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.