Update grpc client pom
基于 grpc 实现的微服务底座。
$ grpcurl --plaintext -d '{"id": 8}' localhost:9000 org.cloud.foundation.order.OrderService.GetOrderById
{ "id": "1", "description": "Java 编程思想", "price": "1000", "promotion": "200", "extra": "这本书 10 块钱", "createTime": "1724508360703", "updateTime": "1724508360703" }
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
cloud-foundation
基于 grpc 实现的微服务底座。
grpcurl