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] 표준 응답객체 구현 및 표준 에러 정의 #7

Merged
merged 5 commits into from
Oct 7, 2024

Conversation

soyesenna
Copy link
Collaborator

@soyesenna soyesenna commented Oct 7, 2024

1. 무슨 이유로 코드를 변경했나요?

  • 응답과 에러를 표준화하기 위한 클래스들을 구현했습니다.

2. 어떤 위험이나 장애를 발견했나요?


3. 관련 스크린샷을 첨부해주세요.


4. 완료 사항

  • 표준 응답 객체 구현
  • 표준 에러 구현
  • GlobalExceptionHandler 구현
  • spring validation 의존성 추가

5. 추가 사항

@soyesenna soyesenna added the enhancement New feature or request label Oct 7, 2024
@soyesenna soyesenna requested review from jj0526 and 1winhyun October 7, 2024 09:34
@soyesenna soyesenna self-assigned this Oct 7, 2024
Copy link
Contributor

@jj0526 jj0526 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다

@soyesenna soyesenna merged commit 01c4f48 into main Oct 7, 2024
1 check 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.

[feat]#5 [표준 응답객체 구현 및 표준 에러 정의]
2 participants