class org.springframework.core.type.classreading.ClassMetadataReadingVisi tor has interface org.springframework.asm.ClassVisitor as super class
3.0x版本visitor为抽象类,3,1x版本为接口
ClassMetadataReadingVisi
tor有接口org.springframework.asm.ClassVisitor作为超类
问题原因:
1、asm版本与core版本不是同期版本。
2、pom依赖顺序错误。
解决方法:
1、调整为同期版本
2、pop依赖顺序,core-》asm