多个execution用“||”进行拼接

代码如下:

@Pointcut("@annotation(org.springframework.web.bind.annotation.PostMapping) || execution(public * com.ljxx.nmpa.*.controller.*.*(..))")
    public void aspect() {
    }

 

posted on 2022-05-25 15:58  周文豪  阅读(1957)  评论(0编辑  收藏  举报