-
Notifications
You must be signed in to change notification settings - Fork 0
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] 유저 인증 인가 구현 #31
Conversation
|
||
@Entity | ||
@Getter | ||
@Table(name="users") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
테이블 이름도 user로 바꿔야하지 않나요..?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
테이블 이름이 user가 예약어라서 테이블명을 바꿔야하는거고 엔티티 명은 그냥 단수 그대로 User로 가는겁니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니당ᖭི(ˊᗜˋ*)ᖫྀ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!!
Related issue 🛠
Work Description ✏️
Uncompleted Tasks 😅
To Reviewers 📢
마감 기한이 얼마 남지 않아 테스트 코드들은 작성하지 않았습니다.
Users entity를 User로 rename 하였습니다.
테스트 코드 작성 중 JwtUtil을 같이 사용하기 위해 @SpringBootTest를 사용했는데 이후 수정하고 싶습니다...