摘要: 定义aspect 类: @Aspect @Component public class ExampleAspect { } 拦截指定annotation: @Around("@annotation(LogExecutionTime)") public Object logExecutionTime( 阅读全文
posted @ 2021-06-04 16:14 Joynic 阅读(406) 评论(0) 推荐(0) 编辑