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

idea中配置jdk的1.8版本设置

程序员文章站 2022-06-06 12:27:39
...
idea中设置jdk版本中的在pom依赖中的操作,
   <properties>
    <!--设置jdk的版本号为1.8-->
    <maven.compiler.source>1.8</maven.compiler.source>
    <maven.compiler.target>1.8</maven.compiler.target>
</properties>

自用,勿喷,安定。