欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

intellij 常见问题

程序员文章站 2022-06-13 19:05:44
...

导入 项目一直 使用 1.5 版本的 jdk:

指定 编译目标jdk 为 1.8
在项目 的 pom.xml 文件中 加入 :

    <properties>
        <maven.compiler.source>1.8</maven.compiler.source>
        <maven.compiler.target>1.8</maven.compiler.target>
    </properties>
相关标签: intellij