From 6873c6593ac1a20cbae089a9fd077e0f892ea85f Mon Sep 17 00:00:00 2001 From: woozu-shin Date: Tue, 24 Oct 2023 14:59:40 +0900 Subject: [PATCH] [NO-ISSUE] Add references --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15afcf3..b9dfd6a 100644 --- a/README.md +++ b/README.md @@ -101,4 +101,17 @@ create table response_log trace_id varchar(40), created_at timestamp(6) with time zone ); -``` \ No newline at end of file +``` + + +# References +- https://daakludens.github.io/spring/filter-vs-interceptor/ + Filter와 Interceptor를 제대로 구분해 사용하는 법 +- https://bamdule.tistory.com/149 + - [SpringBoot] HandlerInterceptor 설정하기 +- https://mopil.tistory.com/74 + - [Spring Boot] Request body, Response body 로깅 하는 법 (with 코틀린) +- https://oops4u.tistory.com/2602 + - Request / Response Body Logging +- https://xzio.tistory.com/1999 + - [Spring 프로젝트] Interceptor로 request, response body json 값 로깅하기 \ No newline at end of file