Skip to content

Conversation

@Song-H-H
Copy link
Contributor

  • user serivce 추가
  • exceptionhandler 추가

     exceptionhandler 추가
     signup 구현

Users user = signupForm.toEntity();
user.setPassword(encodePassword);
user.setRole(Role.USER);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

필수 값 Assert 및 사용자 권한 기본값은 도메인의 책임이 더 크므로 SignupForm으로 이동, 혹은 Validation 적용

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants