spring__调试错误集

error occured processing xml org/aspectj/weaver/reflect/ReflectionWorld$ReflectionWorldException

缺少AOP架包

java.lang.NoClassDefFoundError:org/springframework/asm/ClassVisitor

 缺少jar包 org.springframework.asm-3.0.5.RELEASE.jar

java.lang.NoClassDefFoundError: org/springframework/expression/PropertyAccessor
缺少jar包org.springframework.expression-3.0.2.RELEASE.jar包,才能将错抛出来

你可能感兴趣的:(spring)