Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 844 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 844 Bytes

ProductInfo Service and Client - Kotlin Implementation

Building and Running Service

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

./gradlew installDist

In order to run, Go to Kotlin project root directory location (productinfo/kotlin/server) and execute the following shell command,

./build/install/server/bin/productinfo-server

Building and Running Client

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

./gradlew installDist

In order to run, Go to Kotlin project root directory location (productinfo/java/client) and execute the following shell command,

./build/install/client/bin/productinfo-client