Feature/wonjun#49
Conversation
[CI] 워크플로우 수정
Add workflow_dispatch for manual deployment
Fix indentation error in Make application.yml step
Fix indentation error in Make application.yml step
Fix: add jakarta.persistence-api for JPA Entity
…ungin # Conflicts: # build.gradle
[feat] 웨이블존 리뷰 작성 API 구현 및 Swagger 세팅
[chore] Elastic Search 관련 기능 디렉토리 구조 변경, 경고 문구 해결
[CI]: CI/CD구현
[refactor] 유저 엔티티 연관관계 정의 및 회원가입용 DTO 구현
[feat] JWT 기반 로그인, 회원가입 구현
|
Caution Review failedThe pull request is closed. """ WalkthroughS3 연동을 위한 기본 설정이 추가되었습니다. application 설정 파일에 S3 정보가 포함되었고, aws 패키지 내에 도메인, 레포지토리, 컨버터, 그리고 AmazonConfig 설정 클래스가 생성되었습니다. Amazon S3 클라이언트와 관련 의존성 및 스프링 빈 등록, 파일 업로드 매니저, UUID 엔티티 및 저장소가 구현되었습니다. Changes
Sequence Diagram(s)sequenceDiagram
participant Controller
participant AmazonS3Manager
participant AmazonS3
participant AmazonConfig
participant UuidRepository
Controller->>AmazonS3Manager: uploadFile(keyName, file)
AmazonS3Manager->>AmazonConfig: S3 버킷명, 자격증명 조회
AmazonS3Manager->>AmazonS3: putObject(bucket, keyName, file, metadata)
AmazonS3-->>AmazonS3Manager: 업로드 결과
AmazonS3Manager->>UuidRepository: (생략) 업로드 내역 저장 가능
AmazonS3Manager-->>Controller: S3 파일 URL 반환
Assessment against linked issues
Assessment against linked issues: Out-of-scope changes(해당 변경사항에는 out-of-scope 변경이 없습니다.) Possibly related PRs
Suggested labels
Poem
""" ✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
✔️ 연관 이슈
📝 작업 내용
S3 기본설정
스크린샷 (선택)
Summary by CodeRabbit
새로운 기능
버그 수정
리팩터링
문서화
테스트
기타