摘要: @Aspect // 申明是个spring管理的bean @Component @Slf4j public class LogAspectServiceApi { private JSONObject jsonObject = new JSONObject(); // 申明一个切点 里面是 execution表达式 @Pointcut("execution(public... 阅读全文
posted @ 2019-01-29 19:23 brx_blog 阅读(1213) 评论(0) 推荐(0)