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

Feature/#40 분기별 공고 조회 api 문서 queryparam 누락 #41

Merged
merged 9 commits into from
Aug 12, 2024

Conversation

sejoon00
Copy link
Member

🌱 관련 이슈

📌 작업 내용 및 특이사항

📝 참고사항

📚 기타

@@ -27,6 +28,7 @@ public abstract class BaseEntity {
private LocalDateTime updatedDate;

@Column(name = "deleted")
@Builder.Default
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오홍 이렇게 하면 Default 밸류를 설정할 수 있군요!

Copy link
Member Author

@sejoon00 sejoon00 Aug 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SuperBuilder 에서 기본값 지정이 안된다고 warning이 빌드할 때마다 떠서 수정했어요

Copy link
Collaborator

@lee-june-young lee-june-young left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RequestBuilder 랑 MockHttpServletRequestBuilder 차이가 뭔가요??
이렇게 바꾼 이유가 궁금해요

@sejoon00 sejoon00 merged commit f4dd1bd into main Aug 12, 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.

🐛 recruit 분기별 조회 api 문서 query param 없는 오류 수정
2 participants