jeecgboot 3.6.1 后端打包部署 错误提示
2024-02-18 16:42:26.154 [main] ERROR org.springframework.boot.SpringApplication:821 - Application run failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'miniDaoBeanScannerConfigurer' defined in class path resource [org/jeecgframework/minidao/auto/MinidaoAutoConfiguration.class]: Unsatisfied dependency expressed through method 'miniDaoBeanScannerConfigurer' parameter 0; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.jeecg.modules.demo.cloud.controller.JcloudDemoProviderController] for bean with name 'jcloudDemoProviderController' defined in URL [jar:file:/C:/Users/admin/Desktop/wf/jeecg-system-start-3.6.1.jar!/BOOT-INF/lib/jeecg-module-demo-3.6.1.jar!/org/jeecg/modules/demo/cloud/controller/JcloudDemoProviderController.class]: problem with class file or dependent class; nested exception is java.lang.UnsupportedClassVersionError: org/jeecg/modules/demo/cloud/controller/JcloudDemoProviderController has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0 |