Back Home
Wiremock can be run stand alone with:
WireMockServer wireMockServer = new WireMockServer(options().port(8089)); //No-args constructor will start on port 8080, no HTTPS wireMockServer.start();
with extended configuration available at http://wiremock.org/docs/configuration/