Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 926 Bytes

File metadata and controls

31 lines (23 loc) · 926 Bytes

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:compression:order-service:java:server:build

In order to run, Go to Java project root directory location (compression/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:compression:order-service:java:client:build

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

java -jar build/libs/client.jar