10gic / my-grpc-sample

Just a hello world grpc sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my-grpc-sample

Just a hello world grpc sample

Build

mvn compile

Run Server

mvn exec:java -Dexec.mainClass='com.mycompany.app.helloworld.HelloWorldServer' -Dexec.classpathScope=compile

Run Client

mvn exec:java -Dexec.mainClass='com.mycompany.app.helloworld.HelloWorldClient' -Dexec.classpathScope=compile

About

Just a hello world grpc sample

License:Apache License 2.0


Languages

Language:Java 100.0%