From 20c13d0919cd512e8fa5fff51568473662238153 Mon Sep 17 00:00:00 2001
From: goupan <goupan@chinapopin.com>
Date: 星期三, 24 四月 2024 17:45:38 +0800
Subject: [PATCH] 代码提交
---
common-buiness/src/main/java/cn/stylefeng/guns/utils/ReqDebugUtil.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/common-buiness/src/main/java/cn/stylefeng/guns/utils/ReqDebugUtil.java b/common-buiness/src/main/java/cn/stylefeng/guns/utils/ReqDebugUtil.java
index 318e160..93e5f9d 100644
--- a/common-buiness/src/main/java/cn/stylefeng/guns/utils/ReqDebugUtil.java
+++ b/common-buiness/src/main/java/cn/stylefeng/guns/utils/ReqDebugUtil.java
@@ -26,7 +26,7 @@
* @author goupan
*/
@Slf4j
-//@Component
+@Component
public class ReqDebugUtil implements Filter {
private static final ImmutableSet<String> IGNORED_HEADERS;
@@ -84,6 +84,7 @@
}
log.info(
+// System.out.println(
"请求url: " + url + " method: " + request.getMethod()
+ "\nheader: " + JSONUtil.toJsonStr(header)
+ "\nparams: " + request.getQueryString()
--
Gitblit v1.7.1