IDEA 学习笔记之 1.5已经过时问题
Posted AK47Sonic
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IDEA 学习笔记之 1.5已经过时问题相关的知识,希望对你有一定的参考价值。
1.5已经过时问题:
apache-maven-3.5.0\\conf\\settings.xml添加:
<profile> <id>jdk-1.8</id> <activation> <activeByDefault>true</activeByDefault> <jdk>1.8</jdk> </activation> <properties> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.compilerVersion>1.8</maven.compiler.compilerVersion> </properties> </profile>
修改Settings:
修改language level:
pom.xml添加:
<properties> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> </properties>
再次测试:
Warning message消失了。
以上是关于IDEA 学习笔记之 1.5已经过时问题的主要内容,如果未能解决你的问题,请参考以下文章
使用IDEA运行项目时提示:Warning:java: 源值1.5已过时, 将在未来所有发行版中删除
IntelliJ IDEA 源值1.5已过时,将在未来所有版本中删除