Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 352 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 352 Bytes

Build the project:

In the project root folder:

./mvnw clean install

Run gRPC server:

In the project root folder:

cd server
../mvnw spring-boot:run

Run gRPC client:

In the project root folder:

cd client
../mvnw spring-boot:run

Test it:

❯ curl http://localhost:8888/
Hello: Flomesh%