JAVA技术交流QQ群:170933152

project的java level 已经核实确实为8,但是IDEA里面仍然会有如下图的提示:

SpringCloud工作笔记031---Idea中JDK为1.8,还提示Diamond types are not supported at this language level

通过查看项目设置,发现project的java level 也是8。

SpringCloud工作笔记031---Idea中JDK为1.8,还提示Diamond types are not supported at this language level

然后继续检查其他模块 如modules ,发现了问题所在。

SpringCloud工作笔记031---Idea中JDK为1.8,还提示Diamond types are not supported at this language level

改为8就好了。

 

遇到类似问题重点排查的位置:

project structure中的project,module中的sources和setting中的java compiler

相关文章:

  • 2021-04-01
  • 2022-01-04
  • 2022-12-23
  • 2021-08-13
  • 2021-12-03
  • 2021-08-15
  • 2021-09-18
  • 2021-10-15
猜你喜欢
  • 2021-12-13
  • 2022-12-23
  • 2021-05-17
相关资源
相似解决方案