在学习springAOP时,出现如下异常:
无法访问org.springframework.core.NestedRuntimeException
找不到org.springframework.core.NestedRuntimeException的类文件
原因是:缺少spring-core.jar包
本文针对在使用Spring AOP过程中遇到的无法访问org.springframework.core.NestedRuntimeException异常进行了详细解析,并指出了导致该异常的原因在于项目中缺失了spring-core.jar包。
在学习springAOP时,出现如下异常:
无法访问org.springframework.core.NestedRuntimeException
找不到org.springframework.core.NestedRuntimeException的类文件
原因是:缺少spring-core.jar包