eclipse刷新maven项目后出现Java compiler level does not match the version of the installed Java project face
如果出现标题所示的问题这里提供一个根除的方法:
需要找到maven安装路径conf子路径下的setting.xml文件,打开<profile>标签指定你的jdk编译版本即可,如下所示:
<profile>
<id>jdk-1.8</id>
<activation>
<...
原创
2018-11-09 15:10:00 ·
627 阅读 ·
0 评论