Idea中运行flink程序,报错找不到类,其中pom文件中一项依赖为:

<dependency>
            <groupId>org.apache.flink</groupId>
            <artifactId>flink-streaming-java_2.11</artifactId>
            <version>${flink.version}</version>
            <scope>provided</scope>
        </dependency>

解决方法:

IDEA中flink程序报错找不到类

IDEA中flink程序报错找不到类

相关文章:

  • 2022-12-23
  • 2021-10-31
  • 2022-12-23
  • 2021-12-04
  • 2021-09-06
  • 2022-01-11
  • 2021-05-14
  • 2021-05-28
猜你喜欢
  • 2021-10-17
  • 2021-12-24
  • 2022-12-23
  • 2021-07-14
  • 2021-06-30
  • 2022-12-23
  • 2021-11-06
相关资源
相似解决方案