We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@RestControllerAdvice
현재 시스템은 클라이언트의 요청에 문제가 없고, 이를 처리하기 위한 데이터가 데이터베이스가 온전히 저장되어 있는 경우에만 동작합니다. 클라이언트의 잘못된 요청에 대한 적절한 안내 및 외부 요청으로 부터 시스템의 상태의 무결성을 유지하기 위한 여러 예외처리가 필요합니다.
해당 이슈에서는 스프링의 @RestControllerAdvice를 통해 예외처리 로직을 컨트롤러 단위로 캡슐화하여 구현합니다.
The text was updated successfully, but these errors were encountered:
#16 @RestControllerAdvice를 활용한 예외처리 로직 구현
95fa1cb
Merge pull request #20 from develop-playground/#16-process-exception-…
b696a53
…by-controller-advice #16 @RestControllerAdvice를 활용한 예외처리 로직 구현
CheolhoJeon
Successfully merging a pull request may close this issue.
현재 시스템은 클라이언트의 요청에 문제가 없고, 이를 처리하기 위한 데이터가 데이터베이스가 온전히 저장되어 있는 경우에만 동작합니다.
클라이언트의 잘못된 요청에 대한 적절한 안내 및 외부 요청으로 부터 시스템의 상태의 무결성을 유지하기 위한 여러 예외처리가 필요합니다.
해당 이슈에서는 스프링의
@RestControllerAdvice
를 통해 예외처리 로직을 컨트롤러 단위로 캡슐화하여 구현합니다.The text was updated successfully, but these errors were encountered: