Skip to content

Commit

Permalink
feat : s3 설정 2트
Browse files Browse the repository at this point in the history
  • Loading branch information
bongsh0112 committed Dec 29, 2023
1 parent 0668d2b commit 1337618
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 1337618

Please sign in to comment.