使用grpc遇到的问题
- 使用grpc报错protoc did not exit cleanly. Review output for more information.或src\main\protobuf: warning: directory does not exist.
- 解决方案:
- 不能使用中文目录(
一定不要出现中文目录
) - 在maven中找到相关模块的grpc中的plugin中的protobuf,执行protobuf:compile和protobuf:compile-custom
微信扫一扫
一定不要出现中文目录
)相关推荐