码迷,mamicode.com
首页 > 其他好文 > 详细

annotations are not supported at this language level解决办法

时间:2017-05-30 17:58:54      阅读:1408      评论:0      收藏:0      [点我收藏+]

标签:ted   XML   config   das   ring   level   lang   compile   安装   

 

写spring helloController.clss  ,@Controller  报错

IDEA下报错:annotations are not supported at this language level

 

解决:

1. File -> Project Structure -> Project -> Project Language Level 选择“8 Lamdas Type Annotations etc”

2. 如果没有改选项请先安装和配置JDK1.8

3. 如果为Maven项目,请将pom.xml中maven-compiler-plugin中<configuration>中的<source>和<target>配置为1.8


annotations are not supported at this language level解决办法

标签:ted   XML   config   das   ring   level   lang   compile   安装   

原文地址:http://www.cnblogs.com/pinganjiankang/p/6920423.html

(0)
(1)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!