-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/81 봉사 모집글 생성, 수정, 삭제 컨트롤러 생성 #101
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
Conversation
- 다른분들과 동일하게 작성
|
m-a-king
left a comment
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.
수고하셨습니다! 참고할만한 코드가 많네요.
| createRecruitBoardUseCase.createRecruitBoard(requestDto, getCenterId(userId), | ||
| imgUrl), |
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.
여기서 id만 반환하나요?
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.
네 아이디만 반환합니다
| @AuthenticationPrincipal String userId, | ||
| @Valid @RequestPart("data") RecruitBoardCreateRequestDto requestDto, | ||
| @RequestPart(value = "img_file", required = false) MultipartFile image |
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.
참고하겠습니다!
ayoung-dev
left a comment
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.
수고하셨습니다
저도 컨트롤러 작업할 때 많이 참고하겠습니다!



resolved:
📌 과제 설명
👩💻 요구 사항과 구현 내용
✅ PR 포인트 & 궁금한 점