-
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
[#23] Feat: WebClient 외부 API 호출 메소드 작성 #24
Conversation
@@ -0,0 +1,18 @@ | |||
package com.sajang.devracebackend.dto.solvedcount; |
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.
solvedcount 디렉토리명을 user로 수정해주세요.
public interface UserService { | ||
SolvedResponseDto checkUserSolvedCount(String userid); |
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.
userid 카멜케이스로 네이밍 수정 부탁드리며, 변수명은 bojId가 옳은 선언입니다.
@@ -0,0 +1,18 @@ | |||
package com.sajang.devracebackend.dto.solvedcount; | |||
|
|||
|
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.
승인합니다. 고생하셨습니다.
PULL REQUEST
🎋 Branch Name
feat/#23
🔑 Main Contents
WebClient 외부 API 호출 메소드 작성