Skip to content

Instantly share code, notes, and snippets.

@RickSlot
Created May 22, 2018 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RickSlot/89b04d239ae809f8def9bb92f731ceaa to your computer and use it in GitHub Desktop.
Save RickSlot/89b04d239ae809f8def9bb92f731ceaa to your computer and use it in GitHub Desktop.
Start a Wiremock Server
WireMockServer wireMockServer = new WireMockServer(wireMockConfig().port(8089));
wireMockServer.start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment