【发布时间】:2017-11-05 20:45:08
【问题描述】:
我正在点击链接https://github.com/grpc/grpc-java/tree/master/examples/src/main/java/io/grpc/examples/helloworld 来尝试让 grpc 正常工作。
这是最终的文件夹结构。
而我的HelloWorldServer.java和https://github.com/grpc/grpc-java/blob/master/examples/src/main/java/io/grpc/examples/helloworld/HelloWorldServer.java一样,只是包名不同。
但 Intellij 告诉它无法解析符号 GreeterGrpc。
有人可以帮我离开这里吗?
【问题讨论】: