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: 공통 GlobalExceptionHandler와 BaseTimeEntity 추가 #9

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

gominnam
Copy link
Collaborator

📌 변경 사항

  • GlobalExceptionHandler 추가
  • BaseTimeEntity 추가

🤔 고민한 점

  • 애플리케이션 예외를 한곳에서 관리하기 위해서 GlobalExceptionHandler를 생성했습니다.
  • 엔티티에서 공통으로 사용하는 createdAt, updatedAt 필드의 중복을 BaseTimeEntity로 관리하도록 추출했습니다.

@gominnam gominnam requested a review from f-lab-troy February 15, 2025 06:17
@gominnam gominnam merged commit c8b6971 into feature/3-ticket-api-event Feb 17, 2025
2 checks passed
@gominnam gominnam deleted the feature/3-ticket-common branch February 17, 2025 07:38
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.

2 participants