Skip to content

Files

Latest commit

8aba041 · Jul 17, 2021

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 17, 2021
Jul 17, 2021
Jan 20, 2020

OrderManagement Service and Client - Java Implementation

Building and Running Service

In order to build gradle project, Go to Java project root directory location (samples) and execute the following shell command,

./gradlew :ch05:deadlines:order-service:java:server:build

In order to run, Go to Java project root directory location (deadlines/order-service/java/server) and execute the following shell command,

java -jar build/libs/server.jar

Building and Running Client

In order to build gradle project, Go to Java project root directory location (inside samples directory) and execute the following shell command,

./gradlew :ch05:deadlines:order-service:java:client:build

In order to run, Go to Java project root directory location (deadlines/order-service/java/client) and execute the following shell command,

java -jar build/libs/client.jar