An open API service indexing awesome lists of open source software.

https://github.com/rizkimufrizal/microservice-grpc-java

This project was created as a baseline development for microservice with gRPC
https://github.com/rizkimufrizal/microservice-grpc-java

grpc java microservice spring-boot

Last synced: 4 months ago
JSON representation

This project was created as a baseline development for microservice with gRPC

Awesome Lists containing this project

README

        

# Microservice-gRPC-Java

This project was created as a baseline development for microservice with gRPC

## How To Run

1. Run docker compose with command `docker compose up`
2. Run application with command `mvn clean spring-boot:run`

## How To Build

1. Run build jar with command `mvn clean install`
2. Run build docker image with command `mvn clean install docker:build`

## Architecture

![gRPC](grpc.png)