SpringBoot @Aspect编程

定义aspect 类: @Aspect @Component public class ExampleAspect { } 拦截指定annotation: @Around("@annotation(LogExecutionTime)") public Object logExecutionTime(
posted @ 2021-06-04 16:14  Joynic  阅读(404)  评论(0编辑  收藏  举报