Skip to content

Krzysztof-Lempicki/grpc_poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

This repo was created as a proof of concept for article: gRPC with Spring Boot and Maven

What is inside?

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.

How to run apps

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages