Skip to content

Commit

Permalink
chore: @component -> @service로 어노테이션 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
k000927 committed Aug 13, 2024
1 parent e6bc7e7 commit e4d3765
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import com.amazonaws.util.IOUtils;
import lombok.RequiredArgsConstructor;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
import org.springframework.stereotype.Service;
import org.springframework.web.multipart.MultipartFile;

import java.io.ByteArrayInputStream;
Expand All @@ -21,7 +21,7 @@
import java.util.UUID;

@RequiredArgsConstructor
@Component
@Service
public class S3Service {

private final AmazonS3 amazonS3;
Expand Down

0 comments on commit e4d3765

Please sign in to comment.