摘要: @Pointcut("execution(* com.jbs.oms.aggreg.web.controller.*.*.*(..))")private void excudeController() {} @Before("excudeController()")public void befor 阅读全文
posted @ 2020-01-03 21:50 骑驴晒太阳 阅读(1460) 评论(0) 推荐(0)