首页 > 其他 > 详细

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

时间:2017-05-30 17:08:28      阅读:1361      评论:0      收藏:0      [点我收藏+]

 

写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解决办法

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!