Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 287 Bytes

File metadata and controls

17 lines (11 loc) · 287 Bytes

Order

A couple of examples showing how to create an order and invoice it.

Dependencies

How to use

./gradlew build
java -jar ./build/libs/order-1.0.0.jar <consumer-token> <employee-token>

Also check out the ./build.gradle file.