From 1337618ea93ee1b4f6d0ede57b24a7bc9ba221cf Mon Sep 17 00:00:00 2001 From: bongsh0112 Date: Fri, 29 Dec 2023 19:52:03 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20s3=20=EC=84=A4=EC=A0=95=202=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/tify/server/core/properties/S3Properties.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Core/src/main/java/tify/server/core/properties/S3Properties.java b/Core/src/main/java/tify/server/core/properties/S3Properties.java index 3dd3996..d066737 100644 --- a/Core/src/main/java/tify/server/core/properties/S3Properties.java +++ b/Core/src/main/java/tify/server/core/properties/S3Properties.java @@ -4,9 +4,11 @@ import lombok.AllArgsConstructor; import lombok.Getter; import org.springframework.boot.context.properties.ConfigurationProperties; +import org.springframework.boot.context.properties.ConstructorBinding; @Getter @AllArgsConstructor +@ConstructorBinding @ConfigurationProperties(prefix = "s3") public class S3Properties {