改用loggerInterceptor,屏蔽这个拦截器。

pull/5/head
林志强 5 years ago
parent ea1f45d14c
commit 6ae4995bd3
  1. 2
      sop-gateway/src/main/java/com/gitee/sop/gateway/interceptor/MyRouteInterceptor.java

@ -13,7 +13,7 @@ import org.springframework.stereotype.Component;
* @author tanghc * @author tanghc
*/ */
@Slf4j @Slf4j
@Component //@Component
public class MyRouteInterceptor implements RouteInterceptor { public class MyRouteInterceptor implements RouteInterceptor {
@Override @Override

Loading…
Cancel
Save