-
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
Feature/#40 분기별 공고 조회 api 문서 queryparam 누락 #41
Conversation
@@ -27,6 +28,7 @@ public abstract class BaseEntity { | |||
private LocalDateTime updatedDate; | |||
|
|||
@Column(name = "deleted") | |||
@Builder.Default |
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.
오홍 이렇게 하면 Default 밸류를 설정할 수 있군요!
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.
@SuperBuilder 에서 기본값 지정이 안된다고 warning이 빌드할 때마다 떠서 수정했어요
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.
RequestBuilder 랑 MockHttpServletRequestBuilder 차이가 뭔가요??
이렇게 바꾼 이유가 궁금해요
🌱 관련 이슈
📌 작업 내용 및 특이사항
📝 참고사항
📚 기타