启动项目提示错误:
java.lang.UnsupportedClassVersionError: com/marvel/spider/starter/BootApplication has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
原因:项目的jdk版本升级了,但是本地还是用的以前的jdk
解决方法:修改本地项目jdk版本
个别:有的电脑idea 更改jdk后还是报错, 比较快速的方法是,从Git重新拉一次代码,配置好jdk版本和其他依赖就正常了。