<dependency>
<groupId>net.devh</groupId>
<artifactId>grpc-client-spring-boot-starter</artifactId>
<version>2.13.0.RELEASE</version>
</dependency>
@GrpcClient("cityscoreclient")
private cityscoreGrpc.cityscoreBlockingStub citysScoreStub;
Example: @GrpcClient("myClient") <-> grpc.client.myClient.address=static://localhost:9090
address, port and security
# address, port, security method for grpc client channel
grpc.client.cityscoreclient.address=static://localhost:9906
grpc.client.cityscoreclient.negotiation-type=plaintext
http://localhost:8200/cal-score?idNumber=1223&name=daf&surname=dafga&phoneNumber=3242&cityCode=78
grpc client with springboot demo
grpc server with springboot demo
sprintboot with grpc server. Fork from nils