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

Add grpc starter and httpexchange starter to the community starters document

Open DanielLiu1123 opened this issue 1 year ago • 0 comments

Add grpc-starter and httpexchange-spring-boot-starter to the community starters document.

grpc-starter is a more modern grpc starter, integrating many technologies from the grpc ecosystem. This includes @Autowired support for grpc stubs, proto validation (pgv, protovalidate), metrics, tracing, JSON transcoder, and more.

httpexchange-spring-boot-starter is a starter for Spring 6 declarative HTTP client (Http interface), offering an experience similar to Spring Cloud OpenFeign without the need for annotations like @FeignClient. It supports Spring Cloud LoadBalancer, dynamic refresh, native image, and more.

DanielLiu1123 avatar Feb 07 '24 14:02 DanielLiu1123