프리온보딩 BE 챌린지 8월 사전 과제 - 이미지 업로드 기능
인터페이스를 통한 다양한 구현체 생성
프리온보딩 BE 챌린지 8월 사전 과제 - 이미지 업로드 기능
Storage Service Class 다이어그램
classDiagram
class StorageService {
<<interface>>
+uploadFile(file: MultipartFile): String
}
class AWSS3StorageService {
-amazonS3Client: AmazonS3Client
}
class MinIOStorageService {
-restClient: RestClient
}
class MockStorageService
StorageService <|.. AWSS3StorageService
StorageService <|.. MinIOStorageService
StorageService <|.. MockStorageService
원티드 8월 프리온보딩 백엔드 챌린지 (게시글 CRUD). Contribute to cmsong111/Wanted-PreOnBoarding-Backend-Challenge development by creating an account on GitHub.
This post is licensed under CC BY 4.0 by the author.