Skip to content
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

feat: 회원 엔티티 구현(1차) #7

Merged
merged 1 commit into from
Apr 5, 2024
Merged

feat: 회원 엔티티 구현(1차) #7

merged 1 commit into from
Apr 5, 2024

Conversation

char-yb
Copy link
Member

@char-yb char-yb commented Apr 5, 2024

🌱 관련 이슈

📌 작업 내용 및 특이사항

  • 회원 엔티티 1차적으로 구현
  • OAuth 카카오를 사용하기에 OAuth Provider, id, email을 받을 수 있도록 OauthInfo를 선언

📝 참고사항

  • BaseTimeEntity를 상속받아 createdAt, updatedAt을 자동으로 넣을 수 있도록 했어요

📚 기타

@char-yb char-yb self-assigned this Apr 5, 2024
@char-yb char-yb requested a review from Beakjiyeon as a code owner April 5, 2024 18:03
@char-yb char-yb linked an issue Apr 5, 2024 that may be closed by this pull request
@char-yb char-yb merged commit 0b8fa95 into develop Apr 5, 2024
1 check passed
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.

✨ Member 엔티티 작성
2 participants