-
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
[feature/7-getStoryDetails] 스토리 상세 조회 api #8
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.
수고하셨습니닷~! 충돌 조금 생길 것 같군요ㅎㅎ..
@@ -24,7 +24,7 @@ repositories { | |||
dependencies { | |||
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc' | |||
implementation 'org.springframework.boot:spring-boot-starter-data-jpa' | |||
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client' | |||
// implementation 'org.springframework.boot:spring-boot-starter-oauth2-client' |
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.
굳!
.map(comment -> new CommentResDto(comment)) | ||
.collect(Collectors.toList()); | ||
|
||
return StoryDetailResponseDto.builder() |
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.
Builder 패턴 굳입니다요!
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.
확인했습니다!!😊
양방향 관계를 정리하는 개념이 어려워보이네요 저도 공부 많이 해야겠습니다 수고하셧습니다! |
📌 이슈 번호
#7
📢 의논 사항