每日知识2022.7.18
@ContextConfiguration注解
@RunWith注解的作用
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版本过高,降到相同版本之后解决。
遇到的基础知识 文章被收录于专栏
不断累积的小知识