-
Notifications
You must be signed in to change notification settings - Fork 1
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
[BSVR-127] 멤버 Entity 변경 #37
Conversation
ROLE_USER("ROLE_USER"), | ||
ROLE_ADMIN("ROLE_ADMIN"); | ||
|
||
private final String value; |
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.
enum name이랑 value가 동일한 것 같은데, value를 두는 이유가 있을까?!
ROLE_USER, ROLE_ADMIN; << 이렇게 관리해도 될 듯해!
@Getter | ||
@AllArgsConstructor | ||
public enum SnsProvider { | ||
KAKAO("KAKAO"); |
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.
LGTM! 코멘트 남긴것 나중에 여유 생기면 확인해주어~~
📌 개요 (필수)
🔨 작업 사항 (필수)