spring-projects-experimental / spring-grpc

88 stars 19 forks source link

Add autoconfiguration for gRPC servlet #37

Closed dsyer closed 4 weeks ago

dsyer commented 1 month ago

In a web application, if there are BindableServices we use a servlet instead of a netty-based server.

Fixes #18