From 404492e97bfb3ccd92fc541b5ff549844832b5c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A3=BC=EC=98=81?= Date: Tue, 30 May 2023 10:23:42 +0900 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20::=20import=20=EC=A3=BC?= =?UTF-8?q?=EC=84=9D=20=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/xquare/v1userservice/user/aop/RequestHeaderAspect.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user-infrastructure/src/main/kotlin/com/xquare/v1userservice/user/aop/RequestHeaderAspect.kt b/user-infrastructure/src/main/kotlin/com/xquare/v1userservice/user/aop/RequestHeaderAspect.kt index d359f477..d7672784 100644 --- a/user-infrastructure/src/main/kotlin/com/xquare/v1userservice/user/aop/RequestHeaderAspect.kt +++ b/user-infrastructure/src/main/kotlin/com/xquare/v1userservice/user/aop/RequestHeaderAspect.kt @@ -1,8 +1,8 @@ package com.xquare.v1userservice.user.aop import com.xquare.v1userservice.jwt.UnAuthorizedException -import com.xquare.v1userservice.user.exceptions.InvalidSecretValueException -import org.springframework.beans.factory.annotation.Value +/*import com.xquare.v1userservice.user.exceptions.InvalidSecretValueException +import org.springframework.beans.factory.annotation.Value*/ import org.springframework.stereotype.Component import org.springframework.web.reactive.function.server.ServerRequest import java.util.UUID