Created
May 22, 2018 11:10
-
-
Save RickSlot/89b04d239ae809f8def9bb92f731ceaa to your computer and use it in GitHub Desktop.
Start a Wiremock Server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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