Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

edit 시에 PresignedUrl을 제대로 반환하지 않는 문제 해결 #80

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

alpakar02
Copy link
Collaborator

@alpakar02 alpakar02 commented Jan 31, 2025

…esignedUrl with no delay

📌 Pull Request Template

🔍 관련 이슈

✨ 주요 변경 사항

  • 백엔드: Article, Feed, Auction 게시물 수정시에 PresignedUrl을 제대로 반환하지 않던 문제 해결

📋 작업 내용

추가/변경된 내용

  • ImageUrlEntity 수정
  • ImageService 수정
  • Article, Feed, Auction Entity 수정
  • Article, Feed, Auction Service 수정

작업 상세 설명

  1. ImageUrlEntity 수정: Article, Feed, Auction 과의 관계를 끊었음.
  2. ImageService 수정: Article, Feed, Auction Service를 더 이상 사용하지 않음. 그러므로 각 Service에서 ImageService를 사용할때 @lazy 를 사용하지 않도록 하였음
  3. Article, Feed, Auction Entity 수정: @onetomany에서 매핑 제거, @joincolumn 추가
  4. Article, Feed, Auction Service 수정: @lazy를 제거하고 ImageService 사용

✅ 체크리스트

  • 코드가 잘 빌드됨
  • Linter
  • 모든 테스트 통과
  • kanban update

⚠️ 주의 사항

  • 없음.

📎 참고 자료

  • 없음.

@alpakar02 alpakar02 merged commit 5521007 into main Jan 31, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant