From 6c3c2c609c226345da6114c9ad6aa9108531813d Mon Sep 17 00:00:00 2001 From: Ryan Michela Date: Wed, 13 Mar 2019 15:02:56 -0700 Subject: [PATCH] Revert "add Spring Boot starter for Reactive gRPC" --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index b98bdce3..c4259d3e 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,6 @@ 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.