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

6. 에러 핸들링 #7

Open
KeonHee opened this issue Jul 15, 2023 · 0 comments
Open

6. 에러 핸들링 #7

KeonHee opened this issue Jul 15, 2023 · 0 comments
Labels

Comments

@KeonHee
Copy link
Contributor

KeonHee commented Jul 15, 2023

에러 핸들링

  • Restful API 스펙에 맞춰 에러를 응답합니다.
  • 에러 발생시 Client에서 적절하게 처리합니다.

기능 구현

  • ExceptionHandler와 ControllerAdvice를 사용하여 예외 발생시 적절한 HTTP 메소드로 응답합니다.
  • 이전까지 과제에 있던 모든 예외 상황에 대해서 처리해주세요.(로그인 실패, 블로그 생성시 createdId 없음 etc...)
  • 예외 상황이 발생할경우(특정 http status code로 return할 경우) 초기 화면으로 돌아가도록 구현해보세요.
  • MemberController에는 view만 출력하게하고 MemberApiController를 만들어서 Restful하게 컨트롤러를 구성해보세요.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant