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] 공통 응답 포맷 생성, 예외 처리 추가 #19

Merged
merged 4 commits into from
Feb 4, 2024

Conversation

Haewonny
Copy link
Member

@Haewonny Haewonny commented Feb 4, 2024

ℹ️ PR Type

  • 기능 추가
  • 버그 수정
  • 코드 리팩토링
  • 의존성, 환경변수, 빌드 관련 업데이트
  • 기타

📍 Issue

resolve #18

🔎 작업 내용

  • CommonResponse.java : 공통 응답 포맷
  • CustomException.java : 예외 커스텀
  • ResponseCode.java : 응답 코드 정의
  • 전체적으로 응답 통일시키기

📩 API Test

  • 로그인 예외 처리 결과

➰ ETC

@Haewonny Haewonny added feature 기능 구현 관련 해원  labels Feb 4, 2024
@Haewonny Haewonny self-assigned this Feb 4, 2024
@Haewonny Haewonny linked an issue Feb 4, 2024 that may be closed by this pull request
3 tasks
Copy link
Member

@julia-heo julia-heo left a comment

Choose a reason for hiding this comment

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

따봉👍 수고했다리

@Haewonny Haewonny merged commit fdd47e3 into develop Feb 4, 2024
2 checks passed
@Haewonny Haewonny deleted the feature/#18 branch February 4, 2024 12:16
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.

[Feature] API 응답 통일, 예외 처리 코드
2 participants