Skip to content

srclab-projects/grpc-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Starter for gRPC

Read Me:

More see docs/

Build

This project depends on boat-spring-boot, you may:

# build boat-spring-boot
git clone -b master https://github.com/srclab-projects/boat-spring-boot.git

cd boat-spring-boot && gradle clean build

# build grpc-spring-boot
git clone -b master https://github.com/srclab-projects/grpc-spring-boot.git

cd grpc-spring-boot && gradle clean build

Note:

  • Some properties should be configured if you want to enable publish to remote, see publish info part of build.gradle
  • grpc-spring-boot need protoc to compile protobuf files, some architectures don't support it (such as ARM);

Join

License

Apache 2.0 license