From d9bdbd87a270ab8730a2429b95a8502f47e46fa3 Mon Sep 17 00:00:00 2001 From: linux_china Date: Wed, 13 Mar 2019 10:16:41 -0700 Subject: [PATCH] add Spring Boot starter for Reactive gRPC --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c4259d3e..b98bdce3 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ See the readme in each technology-specific sub-directory for usage details. * Lots of demos in the [demos directory](https://github.com/salesforce/reactive-grpc/tree/master/demos) +# Spring Boot starter for Reactive gRPC +[reactive-grpc-spring-boot-starter](https://github.com/linux-china/reactive-grpc-spring-boot-starter) could auto-configure and run the Reactive gRPC Service with @ReactiveGrpcService-enabled beans in your spring-boot application. + # Android support Reactive gRPC supports Android to the same level of the underlying reactive technologies.