错误: 加载主类 com.seeburger.webedi.system.SystemApplication 时出现 LinkageError
java.lang.UnsupportedClassVersionError: com/seeburger/webedi/system/SystemApplication has been compiled by a more recent version of the Java Runtime (class file version 69.0), this version of the Java Runtime only recognizes class file versions up to 65.0
原因:启动运行的JDK版本和本地设置的JDK版本不一致

