Skip to content

WireMock and Quarkus

WireMock Extension for Quarkus#

There is a WireMock extension in the Quarkiverse! It allows running WireMock for Quarkus projects in the development mode. This is a very basic way of running WireMock together with Quarkus, and only a few configuration options are supported:

quarkus.wiremock.devservices.enabled=true
quarkus.wiremock.devservices.files-mapping=<path to wiremock root dir with mappings and __files folders>
quarkus.wiremock.devservices.port=8089
quarkus.wiremock.devservices.reload=true

References:

More info#