首页 > 代码库 > annotations are not supported at this language level解决办法
annotations are not supported at this language level解决办法
写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解决办法
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。