问题描述

Fatal error compiling: 无效的标记

maven启动错误。。版本号不对

<plugin>
    <artifactId>maven-compiler-plugin</artifactId>
    <configuration>
        <source>${maven.compiler.source}</source>
        <target>${maven.compiler.target}</target>
    </configuration>
</plugin>

问题解决

检查:idea—- setting – maven – running – jdk

已解决!Fatal error compiling: 无效的标记(maven启动失败)

相关文章:

  • 2022-02-12
  • 2021-12-08
  • 2021-10-31
  • 2021-08-28
  • 2021-06-26
  • 2021-12-07
  • 2021-05-04
猜你喜欢
  • 2022-12-23
  • 2021-07-04
  • 2021-11-03
  • 2021-10-24
相关资源
相似解决方案