Commit b1a0d395 by carrieyzzhang

log

parent eda936ff
......@@ -85,7 +85,8 @@ public class AuthorizationInterceptor extends HandlerInterceptorAdapter {
|| request.getRequestURI().startsWith("/api/demo")
|| request.getRequestURI().startsWith("/api/messagecode")
|| request.getRequestURI().startsWith("/api/report/all/home")){
return true;
System.out.println(request.getRequestURL());
return true;
}
HandlerMethod handlerMethod = (HandlerMethod) handler;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment