We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
회원 가입
유저 ID : 중복 불가능한 ID로써, 중복확인을 통한 트랜잭션 롤백 및 팝업 메시지 시스템 구현 비밀번호 : 암호화 시스템 구현 회원 수정
유저ID를 제외한 UserDB에 등록된 칼럼 수정 기능 회원 탈퇴
UserDB의 등록된 유저ID에 대한 탈퇴 기능 구현 탈퇴 신청한 ID는 3일간의 탈퇴 취소 가능, 특정 기간(7일)이 지난 후 같은 ID로 생성이 가능하다.
The text was updated successfully, but these errors were encountered:
중복된 로그인 체크를 방지하기 위해 aop를 로그인 체크 하게 개발
Sorry, something went wrong.
mybatis, mysql, mvc 기반에 user API CRUD 개발
gwo1004
No branches or pull requests
회원 가입
유저 ID : 중복 불가능한 ID로써, 중복확인을 통한 트랜잭션 롤백 및 팝업 메시지 시스템 구현
비밀번호 : 암호화 시스템 구현
회원 수정
유저ID를 제외한 UserDB에 등록된 칼럼 수정 기능
회원 탈퇴
UserDB의 등록된 유저ID에 대한 탈퇴 기능 구현
탈퇴 신청한 ID는 3일간의 탈퇴 취소 가능, 특정 기간(7일)이 지난 후 같은 ID로 생성이 가능하다.
The text was updated successfully, but these errors were encountered: