-
Notifications
You must be signed in to change notification settings - Fork 0
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
첨부파일 엔티티 생성 및 업로드 기능 구현 #44
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 설정 주석 추가 - config를 적용할 url 범위를 모든 url로 변경
1. 첨부 파일 등록(upload) - method : POST - return-type : List<UploadResultDTO> 2. 첨부 파일 조회(viewFileGET) - method : GET - return-type : ResponseEntity<Resource> 3. 첨부 파일 삭제(removeFile) - method : DELETE - return-type : Map<String,Boolean>
1. reportList 인스턴스 생성 시 Report 값으로 초기화하기 위해 @Builder.Default 추가 2. 특정 게시글 삭제 시 게시글에 등록된 댓글들도 삭제하기 위해 인터페이스 생성
Sirius506775
added
chore
설정 및 기타 이슈에 관련된 내용입니다.
feat
기능 구현 및 개선 사항에 관련된 내용입니다.
feadback
팀원들에게 피드백을 요청합니다.
test
테스트 코드를 작성합니다.
labels
Mar 27, 2023
jyp-on
approved these changes
Mar 27, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
☑️ Describe your changes
📷 Screenshot
첨부파일 API Response
부스 게시물 insert 쿼리 실행 후 부스 이미지 insert 쿼리도 실행되는 것을 확인할 수 있다.
🔗 Issue number and link