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: 컨트롤러 초기 설정 구현 #40

Merged
merged 11 commits into from
Jun 17, 2024
Merged

Conversation

belljun3395
Copy link
Collaborator

🎫 연관 이슈

resolved: #35

💁‍♂️ PR 내용

  • 컨트롤러 초기 설정 구현

🙏 작업

  • MessageCode: 공통 메시지 코드를 정의합니다.

  • ApiResponse: 공통 응답 형식을 정의합니다.

  • ApiResponseGenerator: 공통 응답 생성기

  • ExceptionMessage: 공통 예외 메시지를 정의합니다.

  • ApiControllerExceptionHandler: 예외 처리를 담당합니다.

  • MDCFilter: MDC를 활용하여 로깅 필터를 구현합니다.

🙈 PR 참고 사항

📸 스크린샷

🤖 테스트 체크리스트

  • 체크 미완료
  • 체크 완료

@belljun3395 belljun3395 requested a review from hun-ca as a code owner June 13, 2024 05:30
@github-actions github-actions bot added config 설정 파일과 관련된 내용을 다룰 때 사용됩니다 feature 새로운 기능을 만들 때 사용됩니다 labels Jun 13, 2024
@belljun3395 belljun3395 removed the config 설정 파일과 관련된 내용을 다룰 때 사용됩니다 label Jun 13, 2024
# Conflicts:
#	data/build.gradle.kts
#	settings.gradle.kts
@belljun3395 belljun3395 merged commit 4380f34 into main Jun 17, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 새로운 기능을 만들 때 사용됩니다
Projects
None yet
Development

Successfully merging this pull request may close these issues.

컨트롤러 초기 설정 구현
2 participants