spring实现aop

2021-06-20 17:06

阅读:669

标签:class   use   turn   component   target   express   for   res   config   

//========================================================== @Component public class AopAspect { public void beforeAdvice(JoinPoint joinPoint) { User user = (User)joinPoint.getArgs()[0]; System.out.println("参数转换成user"); System.out.println("target对象地址"+joinPoint.getTarget()); System.out.println("this对象地址"+joinPoint.getThis()); } }

spring实现aop

标签:class   use   turn   component   target   express   for   res   config   

原文地址:http://blog.51cto.com/12165865/2178863


评论


亲,登录后才可以留言!