@Pointcut("execution(public * com.fish.controller.GirlController.*(..))") public void log() { }
这个log()方法,我在里面写了打印,也没有执行
没啥 就是定义了一个切点