Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 292 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 292 Bytes

Spring Boot gRPC demo in Kotlin

Example code to show how to make a gRPC server using Spring Boot & gRPC Spring Boot Starter plugin in Kotlin.

Instructions

Checkout the repo and then do gradle build in order to generate the Proto files.

gRPC server will run on port 6565 by default.