Skip to content

A simple Spring Boot and gRPC application with the sole purpose off getting started with gRPC and learning more about it

Notifications You must be signed in to change notification settings

AthirsonSilva/spring-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-grpc

A simple Spring Boot and gRPC application with the sole purpose off getting started with gRPC and learning more about it

Requirements

Getting Started

  1. Clone the repository
  2. Navigate to the project directory
  3. Build the project using Maven:
./mvnw clean install
  1. Build protos schemas:
cd proto && ./mvnw compile 
  1. Run the project using Maven wrapper:
./mvnw spring-boot:run
  1. The application will start on http://localhost:8080

Usage

  • You will also need the database installed on your machine and set the connection vars on the application.properties or application.yml

About

A simple Spring Boot and gRPC application with the sole purpose off getting started with gRPC and learning more about it

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages