-
Notifications
You must be signed in to change notification settings - Fork 1
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
Refactor/68 get user info with keyword #69
Conversation
.build(); | ||
|
||
return memberResponse; | ||
} | ||
|
||
@Transactional(readOnly = true) | ||
public List<String> getKeywordName(Long memberId) { |
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.
KeywordMap에 로직을 포함할 수 있다면 좋을 것 같아요!
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.
고생하셨습니다!
keywordNameList.add(entry.getKey()); | ||
} | ||
} | ||
keywordNameList.add(KeywordMap.getKeywordName(keywordId)); |
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.
깔끔해져서 보기 편하네용
📌 관련 이슈
close #68
✨ 작업 내용
(키워드 반환)
(필요한 속성만 반환)
📚 기타