2021
09-20
09-20
在Spring中如何使用动态代理?
Spring动态代理定义自定义切面- diyNodePointpackagecom.lxc.diy;importorg.aspectj.lang.annotation.After;importorg.aspectj.lang.annotation.Aspect;importorg.aspectj.lang.annotation.Before;/***@Aspect标注这个了是一个切面*@Before("切入点")===<aop:beforemethod="beforeLog"pointcut-ref="point"/>*@After("切入点")===<aop:aftermethod="afterLog"pointcut-ref="point"/>*/@Aspectpubli...
继续阅读 >