portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.user.application
/
UserManageService
/
getUser
get
User
@
Transactional
(
readOnly
=
true
)
fun
getUser
(
email
:
String
)
:
User
Get user information
Parameters
email
유저 이메일
@
Transactional
(
readOnly
=
true
)
fun
getUser
(
userId
:
Long
)
:
User