引入依赖

<dependency>
     <groupId>com.google.protobuf</groupId>
     <artifactId>protobuf-java</artifactId>
      <version>3.5.1</version>
</dependency>

 

如果引入了还是报错,那就是因为引入的版本过低,低版本也不行

相关文章:

  • 2021-09-11
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
  • 2021-06-04
  • 2021-09-05
  • 2022-01-13
  • 2021-09-16
猜你喜欢
  • 2021-06-02
  • 2021-08-23
  • 2022-12-23
  • 2021-10-30
相关资源
相似解决方案