每一年都奔走在自己热爱里

没有人是一座孤岛,总有谁爱着你

Caused by: java.lang.IllegalArgumentException: error Type referred to is not an annotation type: xxx

1. 问题描述

Caused by: java.lang.IllegalArgumentException: error Type referred to is not an annotation type: xxx

2. 疑似产生的原因

修改过注解的包名

3. 解决方法

1. 将注解改为全路径全称

@Pointcut("@annotation(Log)")

将上面的主键改成下面的注解

@Pointcut("@annotation(com.liyh.logging.aop.Log)") 

2. 重启,继续报错

但是,这个报错的类并不是刚才那个类呀。

3. 因此,搞定,——这个新错误也是同样的解决办法。

posted @ 2020-12-10 13:24  helloliyh  阅读(3850)  评论(0编辑  收藏  举报