Skip to content

Latest commit

 

History

History

standalone

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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