瀏覽代碼

长处方

trick9191 8 年之前
父節點
當前提交
2b155c19e8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/aop/ObserverRequiredAOP.java

+ 1 - 1
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/aop/ObserverRequiredAOP.java

@ -21,7 +21,7 @@ import java.io.PrintWriter;
@Aspect
@Component
public class ObserverRequiredAOP {
    //Controller层切点
    //Controller层切点路径
    @Pointcut("execution(* com.yihu.wlyy.web..*.*(..))")
    public void controllerAspect() {
    }