springboot: class file has wrong version 61.0, should be 52.0(类文件具有错误的版本 61.0, 应为 52.0)

springbo启动项目报错信息:

springboot: class file has wrong version 61.0, should be 52.0(类文件具有错误的版本 61.0, 应为 52.0)_第1张图片

解决方法:

打开pom文件, 将springboot版本降低为3.0以下任意版本即可

springboot: class file has wrong version 61.0, should be 52.0(类文件具有错误的版本 61.0, 应为 52.0)_第2张图片

项目启动成功

springboot: class file has wrong version 61.0, should be 52.0(类文件具有错误的版本 61.0, 应为 52.0)_第3张图片

你可能感兴趣的:(idea,eclipse常用快捷键,spring,boot)