Skip to content

How to build & run

Kazuki Shimizu edited this page Oct 26, 2016 · 1 revision

Clone the project

$ git clone https://github.com/kazuki43zoo/api-stub.git

Build a jar

$ cd api-stub
$ ./mvnw clean install

Run the application using building jar

$ java -jar api-stub-app/target/api-stub.jar
Clone this wiki locally