-
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
feat: wedding api #122
feat: wedding api #122
Conversation
1d0c054
to
c25e8d4
Compare
c25e8d4
to
f26c322
Compare
e5baf90
to
2312a3c
Compare
@Getter | ||
@Entity | ||
@NoArgsConstructor | ||
public class Wedding extends BaseTimeEntity { |
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.
WeddingInfo
는 어떨까요?
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.
결혼을 등록한다는 의미에서 Wedding
이라는 네이밍을 사용하였습니다.
이와 맞게 문서도 업데이트 해두었습니다.
0e6e411
to
37017c0
Compare
37017c0
to
ec0d7af
Compare
Kudos, SonarCloud Quality Gate passed! |
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
#61
Description
결혼 API를 구현합니다.
Screenshots (if appropriate):