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

[DOCS] Swagger Multipart +Dto 입력 구현 추가 - #117 #121

Merged
merged 4 commits into from
Jul 16, 2024

Conversation

rlarlgnszx
Copy link
Member

🔥Pull requests

⛳️ 작업한 브랜치

👷 작업한 내용

  • Swagger로 Multipart + Dto 전송 구현
  • DateApi dateId type 제거

🚨 참고 사항

이제 swagger로 course 생성 가능합니다.

📟 관련 이슈

@rlarlgnszx rlarlgnszx changed the title Swagger Multipart +Dto 입력 구현 추가 - #117 [DOCS] Swagger Multipart +Dto 입력 구현 추가 - #117 Jul 16, 2024
Copy link
Contributor

@gardening-y gardening-y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

헉 기르 꼼꼼해졌다 미쳤당

public ResponseEntity<CourseCreateRes> createCourse(
@UserId final Long userId,
@RequestPart("course") final CourseCreateReq courseCreateReq,
@RequestPart("tags") final List<TagCreateReq> tags,
@RequestPart("places") final List<CoursePlaceGetReq> places,
@RequestPart("images") final List<MultipartFile> images
) {
System.out.println(images);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

얘 몰래 데려가서 꿀밤 놔주세용

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

어 이게뭐지 ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ

@rlarlgnszx rlarlgnszx merged commit dc16f10 into develop Jul 16, 2024
1 check passed
@gardening-y gardening-y requested a review from sjk4618 July 16, 2024 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] Swagger Multipart +Dto 입력 구현 추가
2 participants