aop编程相关
nested exception is java.lang.NoClassDefFoundError: org/springframework/core/NativeDetector
对于AOP相关的编程,spring配置的没有错,但是一直报这个错误:
Error creating bean with name 'xxx' defined in class path resource [aop/spring.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/springframework/core/NativeDetector
大概意思就是嵌套异常spring框架中的NativeDetector引用找不到了
多翻排查,最后发现问题出在pom文件。spring-aop版本过高,降到相同版本之后解决。
bug与解决方案 文章被收录于专栏
编程种遇到的各种坑爹bug和解决方案