摘要: @Aspect@Component@Order(999)public class SystemLogAspect { /** * 指定切点 */ @Pointcut("execution(* com.xxx.xxx.api..*(..))") private void logService(){} 阅读全文
posted @ 2019-12-25 13:53 痞子_33 阅读(351) 评论(0) 推荐(0)