-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: 피드 이미지 업로드 기능 구현 #572
The head ref may contain hidden characters: "Feature/#562-\uD53C\uB4DC_\uC774\uBBF8\uC9C0_\uC5C5\uB85C\uB4DC"
Conversation
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.
수고하셨습니다! 코멘트 남겼으니 확인 부탁드려요~~!
.andDo(print()) | ||
.andDo(document("post-feed", requestFields, responseFields)); | ||
.andExpect(status().isCreated()); | ||
//.andDo(document("post-feed", requestFields, responseFields)); |
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.
혹시 문서화 로직을 주석처리 해두신 이유가 있으신가요?
@RequestPart final FeedPostRequest feedPostRequest, | ||
@RequestPart(required = false) final List<MultipartFile> images | ||
) { | ||
System.out.println("d"); |
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.
불필요한 출력문은 지워주시면 좋을 것 같습니다!
…023-emmsale into Feature/#562-피드_이미지_업로드
…023-emmsale into Feature/#562-피드_이미지_업로드
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.
구현하시느라 고생하셨습니다!!
아래 부분만 수정해주시면 좋을 것 같아요
@@ -38,6 +47,8 @@ class FeedCommandServiceTest extends ServiceIntegrationTestHelper { | |||
private MemberRepository memberRepository; | |||
@Autowired | |||
private EventRepository eventRepository; | |||
@MockBean |
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.
이곳에 @MockBean을 추가하면 새로운 컨테이너가 띄워져서 ServiceIntegrationTestHelper에 넣는거 어떠신가요
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.
우르가 남겨주신 부분외에 물어볼게 없네요. 수고하셨습니다.
#️⃣연관된 이슈
clse #562
📝작업 내용
피드 이미지 업로드 기능 구현
예상 소요 시간 및 실제 소요 시간
1일/1일