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() 里面的类名写错了,应该写具体的某个类,我写成了包名。。。,改过来就好了

posted @ 2018-09-11 21:09  forward22222  阅读(1100)  评论(0)    收藏  举报