SpringAop操作过程中注解作为参数传入增强方法增强方法的注解出错Unbound pointcut parameter 'auditable' less

SpringAop操作过程中注解作为参数传入增强方法增强方法的注解出错Unbound pointcut parameter 'auditable' less

错误信息

Unbound pointcut parameter ‘auditable’ less… (Ctrl+F1)
Inspection info: This inspection verifies that @AspectJ argNames attribute value corresponds to the actual method parameter names.

配图

image-20220806131004976

解决方法

将注解中切点的注解和传入增强方法中的注解的参数名称保持统一;

image-20220806131148023


posted @ 2022-08-06 13:13  哩个啷个波  阅读(749)  评论(0编辑  收藏  举报