CreateTime--2018年4月19日16:56:42

Author:Marydon

在pom.xml中增加一段代码即可。

<plugins>
    <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.5.1</version>
        <configuration>
            <source>1.7</source>
            <target>1.7</target>
        </configuration>
    </plugin>
<plugins>

  用于指定jdk编译版本为1.7 

 

相关文章:

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