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

[Back] @OneToMany를 이용한 첨부파일 기능을 구현한다. #41

Open
3 tasks done
Sirius506775 opened this issue Mar 26, 2023 · 0 comments · Fixed by #44
Open
3 tasks done

[Back] @OneToMany를 이용한 첨부파일 기능을 구현한다. #41

Sirius506775 opened this issue Mar 26, 2023 · 0 comments · Fixed by #44
Assignees
Labels
DONGHEON feat 기능 구현 및 개선 사항에 관련된 내용입니다.

Comments

@Sirius506775
Copy link
Member

목표

  • 1. 첨부파일을 업로드 할 수 있고, 조회 및 삭제할 수 있다.
  • 2. 첨부파일이 이미지일 경우 썸네일 이미지도 생성한다.
  • thumbnailator 라이브러리를 이용
  • 3. 부스 게시물과 첨부파일의 관계를 OneToMany로 설정하여 엔티티 객체 처리를 할 수 있게 한다.
  • 영속성 전이(JPA cascade)
  • EntityGraph를 이용하여 lazy 로딩에서 join
  • orphanRemoval 설정으로 수정 로직 구현

추가 작업 사항(Optional)

추후 N+1 문제 해결

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DONGHEON feat 기능 구현 및 개선 사항에 관련된 내용입니다.
Projects
Development

Successfully merging a pull request may close this issue.

1 participant