|
@ -25,7 +25,7 @@ import java.io.PrintWriter;
|
|
public class GateWayAOP {
|
|
public class GateWayAOP {
|
|
private Logger logger = LoggerFactory.getLogger(GateWayAOP.class);
|
|
private Logger logger = LoggerFactory.getLogger(GateWayAOP.class);
|
|
|
|
|
|
//Controller层切点路径
|
|
|
|
|
|
//Controller层切点路径1
|
|
@Pointcut("execution(* com.yihu.wlyy.web..*.*(..))")
|
|
@Pointcut("execution(* com.yihu.wlyy.web..*.*(..))")
|
|
public void controllerAspect() {
|
|
public void controllerAspect() {
|
|
}
|
|
}
|