0
点赞
收藏
分享

微信扫一扫

使用grpc遇到的问题

使用grpc遇到的问题

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

使用grpc遇到的问题_maven

举报

相关推荐

0 条评论