在学习springAOP时,出现如下异常:

无法访问org.springframework.core.NestedRuntimeException
找不到org.springframework.core.NestedRuntimeException的类文件

原因是:缺少spring-core.jar包

05-11 00:40