feat: 댓글 구조 변경

작성자 표시를 위해 CommentResponse에 isPostAuthor 필드 추가
This commit is contained in:
pwy3282040@msecure.co
2025-12-27 00:14:57 +09:00
parent ef6ffa5670
commit 884853586d
9 changed files with 69 additions and 31 deletions

View File

@@ -12,7 +12,7 @@ import java.util.*
@Service
class ImageService(
private val s3Client: S3Client,
@Value("\${cloud.aws.s3.endpoint}") private val endpoint: String
@Value("\${spring.cloud.aws.s3.endpoint:http://minio:9000}") private val endpoint: String
) {
private val bucketName = "blog-images" // 버킷 이름