【发布时间】:2015-09-07 13:09:21
【问题描述】:
我已按照以下链接中的所有说明快速启动 grpc-java 教程:
https://github.com/grpc/grpc-java/tree/master/examples but the command
../gradlew installDist
构建成功,但是当我运行服务器时,它显示结果如下:
pradnya@pradnya-VirtualBox:~/grpc-java/examples$ ./build/install/grpc-examples/bin/hello-world-server 2015 年 9 月 7 日下午 6:36:21 io.grpc.examples.helloworld.HelloWorldServer 开始 信息:服务器已启动,正在侦听 50051 * 关闭 gRPC 服务器,因为 JVM 正在关闭 * 服务器关闭
【问题讨论】:
标签: grpc