-
Notifications
You must be signed in to change notification settings - Fork 1
[BUILD FAIL] Feature/81 봉사 모집글 생성, 수정, 삭제 컨트롤러 생성 #88
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
|
|
||
| default: | ||
| image: | ||
| url: ${DEFAULT_IMG_URL} |
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.
환경변수 공유 부탁드립니다
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.
디스코드에 남겨드리겠습니다
|
- 다른분들과 동일하게 작성
e5b3405 to
e50c176
Compare
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:
📌 과제 설명
👩💻 요구 사항과 구현 내용
원래는 아래처럼 @AuthenticationPrincipal String userId에 담긴 userId로 기관 아이디 넘겨줄려고 했는데
테스트 단에서는 받아오질 못해서 임시로 위 코드로 기관 아이디 받아왔습니다. 나중에 실제로 잘 받아와지면 바로 위 코드로 바꿀 예정입니다.
추가로 기존에
ImageUploadUseCase는 이미지 파일이 비어있으면 에러를 던졌는데 이를 환경변수로 정의한 기본 이미지 링크로 바꾸는 작업 진행했습니다.봉사 모집글 생성시, 수정시 multi-part로 이미지와 dto를 받아야 하는데 에러가 발생해서 컨버터 클래스 추가했습니다.
✅ PR 포인트 & 궁금한 점