Skip to content

Latest commit

 

History

History

kotlin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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