今天在联系spring的aop时,在测试代码的时候报错
nested exception is java.lang.NoClassDefFoundError: org/springframework/core/NativeDetector
最后通过查阅网站了解到这是因为pom文件中配置的spring-aop版本过高,把spring-aop版本从5.3.20回调成5.3.3后问题解决