In order to build gradle project, Go to Java
project root directory location (samples) and execute
the following shell command,
./gradlew :ch05:cancellation:order-service:java:server:build
In order to run, Go to Java
project root directory location (cancellation/order-service/java/server) and execute the following
shell command,
java -jar build/libs/server.jar
In order to build gradle project, Go to Java
project root directory location (inside samples directory) and execute
the following shell command,
./gradlew :ch05:cancellation:order-service:java:client:build
In order to run, Go to Java
project root directory location (cancellation/order-service/java/client) and execute the following
shell command,
java -jar build/libs/client.jar