LoongTech: [code=java] @Around(value = "@annotation(around)") //around 与 下面参数名around对应 [/code] 这个括号里面的around是不是应该是和下面自定义注解的名字对应起来,应该是MyAnnotation,要不然这切面处理不会生效吧
LocalDateTime获取当前时间
@Around简单使用示例——SpringAOP增强处理
LoongTech: [code=java] @Around(value = "@annotation(around)") //around 与 下面参数名around对应 [/code] 这个括号里面的around是不是应该是和下面自定义注解的名字对应起来,应该是MyAnnotation,要不然这切面处理不会生效吧