/D:/maven/apache-maven-3.5.2/repository/org/springframework/spring-context/6.0.7/spring-context-6.0.7.jar!/org/springframework/stereotype/Repository.class
类文件具有错误的版本 61.0, 应为 52.0
请删除该文件或确保该文件位于正确的类路径子目录中。
Springboot 3.0 需要jdk 为17+,你这里应该用的是52 所以需要将Springboot 降为2.*