Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 544 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 544 Bytes

standalone

Run WireMock as a standalone process by downloading the executable jar and running it.

Instructions

Follow these instructions to run the standalone WireMock server.

  1. Pre-requisite: Java 21
  2. Build the program distribution
    • ./gradlew installDist
  3. Run the standalone server
    • build/install/standalone/bin/standalone
  4. When you're done, stop the program with Ctrl + C

Reference