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