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

[Feat] 공통 응답 및 양식 추가 #5

Merged
merged 5 commits into from
Nov 24, 2024
Merged

[Feat] 공통 응답 및 양식 추가 #5

merged 5 commits into from
Nov 24, 2024

Conversation

luna156
Copy link
Contributor

@luna156 luna156 commented Nov 21, 2024

🎯 이슈 번호

#4 [Feature] 공통 응답 및 entity 양식 추가

💡 작업 내용

  • ErrorCode class 추가
  • 공통 DataEntity 추가
  • CommonResponse 추가

💡 자세한 설명

공통으로 상속할 DataEntity 추가
공통 응답 양식 추가
ErrorCode 통합 문서 추가

앞으로 생성되는 모든 entity에 대해 DataEntity를 상속해주면 자동으로 생성 일자 및 수정일자가 붙습니다.
ErrorCode에 상황별로 Enum이름을 지정하고 실패여부, code, message를 작성하여 사용하면됩니다.
Controller단에서 응답시 CommonResponse를 생성 후 return 하면 공통양식이 적용됩니다.

📗 참고 자료 (선택)

📢 리뷰 요구 사항 (선택)

🚩 후속 작업 (선택)

✅ 셀프 체크리스트

  • PR 제목을 형식에 맞게 작성했나요?
  • 브랜치 전략에 맞는 브랜치에 PR을 올리고 있나요? (master/main이 아닙니다.)
  • Reviewers, Labels, Projects를 등록했나요?
  • 작업 도중 문서 수정이 필요한 경우 잘 수정했나요?
  • 테스트는 잘 통과했나요?
  • 불필요한 코드는 제거했나요?

@luna156 luna156 added the enhancement New feature or request label Nov 21, 2024
@luna156 luna156 self-assigned this Nov 21, 2024
@luna156 luna156 closed this Nov 21, 2024
@luna156 luna156 reopened this Nov 21, 2024
@luna156 luna156 changed the title Feat/common [Feat] 공통 응답 및 양식 추가 Nov 21, 2024
@gorapang gorapang merged commit 175b229 into master Nov 24, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants