This repo was created as a proof of concept for article: gRPC with Spring Boot and Maven
Two apps:
- grpc service: this app contains one grpc service for creating random users response (data is generated by faker lib)
- grpc client: this app is making one request to grpc-service and before shouting down it is printing result on console.
This repo contains two maven projects.
Open each of them in intelij.
Before running app be sure to execute maven clean install from maven view
or run mvn clan install from cmd in each app directory