intellij 常见问题

来源:互联网 发布:淘宝网中老年棉皮鞋 编辑:程序博客网 时间:2024/06/05 15:10

导入 项目一直 使用 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>
原创粉丝点击