Skip to content

WireMock Spring Boot drastically simplifies testing HTTP clients in Spring Boot & Junit 5 based integration tests.

License

Notifications You must be signed in to change notification settings

wiremock/wiremock-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2b57f3c · Feb 17, 2025
Dec 8, 2024
Sep 22, 2024
Feb 17, 2025
Oct 6, 2024
Sep 22, 2024
Oct 10, 2024
Mar 31, 2023
Dec 8, 2024
Feb 15, 2025
Oct 9, 2024
Sep 22, 2024
Sep 22, 2024
Nov 3, 2024

Repository files navigation

WireMock Spring Boot

Maven Central

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. There are also running examples of use cases.

Highlights

  • 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

Credits

Originally forked from WireMock Spring Boot.