Caused by: java.lang.IllegalArgumentException: warning no match for this type name: com.spring4.aop [Xlint:invalidAbsoluteTypeName] at org.aspectj.weaver.tools.PointcutParser.parsePointcutExpression(
使用springAOP报错
错误原因:execution() 里面的类名写错了,应该写具体的某个类,我写成了包名。。。,改过来就好了
浙公网安备 33010602011771号