Commit f7904cec by 袁伟铭

1.0.0

parent cc396c97
......@@ -28,8 +28,7 @@ public class ApiInterceptor extends HandlerInterceptorAdapter {
public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception {
String uri = request.getRequestURI();
String queryString = request.getQueryString();
System.out.println("get URI = " + request.getRequestURL());
System.out.println("get queryString = " + queryString);
log.debug("请求URI: {}", request.getRequestURL());
long start = System.currentTimeMillis();
......
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