摘要: 常见Spring内置AOP接口 Before通知 在目标方法被调用前调用, 切面需要实现的接口:org.springframework.aop.MethodBeforeAdvice After通知 在目标方法被调用后调用 切面需要实现的接口:org.springframework.aop.After 阅读全文
posted @ 2022-08-23 15:45 nefu-xun 阅读(121) 评论(0) 推荐(0)