generated from pricelees/issue-pr-template
[#3] 인증 / 회원 코드 코틀린 마이그레이션 #4
@ -36,5 +36,8 @@ class MemberService(
|
|||||||
String.format("[email: %s, password: %s]", email, password),
|
String.format("[email: %s, password: %s]", email, password),
|
||||||
HttpStatus.BAD_REQUEST
|
HttpStatus.BAD_REQUEST
|
||||||
)
|
)
|
||||||
|
|
||||||
|
fun existsById(memberId: Long): Boolean = memberRepository.existsById(memberId)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user