使用grpc遇到的问题

阅读 29

2023-11-08

使用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)

0 0 举报