grpc-client-spring-boot icon indicating copy to clipboard operation
grpc-client-spring-boot copied to clipboard

Spring Boot module for auto-configuring gRPC stubs

Results 3 grpc-client-spring-boot issues
Sort by recently updated
recently updated
newest added

https://github.com/LogNet/grpc-spring-boot-starter/issues/248

Downloaded a new Springboot project from https://start.spring.io/ as Gradle, Java 8, Spring 2.2.1. Then configured as per the README, adding in `implementation ("codes.sf:grpc-client-spring-boot:0.0.4")` and `@GrpcStubScan(basePackages = arrayOf("com.stackhawk.protostuff"))` but am getting...