From 1d4fd475dfed15b25c5659153d17569dcc917580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=ED=95=9C=EC=9D=8C?= Date: Sun, 17 Nov 2024 10:45:14 +0900 Subject: [PATCH] =?UTF-8?q?fix/#103=20JwtProperties=20=EC=BB=B4=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20=EC=97=90=EB=9F=AC=20=ED=95=B4=EA=B2=B0=20(#104)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/kgu/developers/common/auth/jwt/JwtProperties.java | 1 + 1 file changed, 1 insertion(+) diff --git a/aics-common/src/main/java/kgu/developers/common/auth/jwt/JwtProperties.java b/aics-common/src/main/java/kgu/developers/common/auth/jwt/JwtProperties.java index 989a9efa..88c14e4d 100644 --- a/aics-common/src/main/java/kgu/developers/common/auth/jwt/JwtProperties.java +++ b/aics-common/src/main/java/kgu/developers/common/auth/jwt/JwtProperties.java @@ -10,6 +10,7 @@ import lombok.Setter; @Getter +@Setter @Component @NoArgsConstructor @AllArgsConstructor