<plugins>
<!-- 指定jdk -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-24
  • 2021-11-18
  • 2022-01-01
  • 2021-07-26
猜你喜欢
  • 2021-11-30
  • 2022-01-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
相关资源
相似解决方案