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

@RestControllerAdvice를 활용한 예외처리 로직 구현 #16

Closed
CheolhoJeon opened this issue Jan 2, 2022 · 0 comments · Fixed by #20
Closed

@RestControllerAdvice를 활용한 예외처리 로직 구현 #16

CheolhoJeon opened this issue Jan 2, 2022 · 0 comments · Fixed by #20
Assignees

Comments

@CheolhoJeon
Copy link
Contributor

현재 시스템은 클라이언트의 요청에 문제가 없고, 이를 처리하기 위한 데이터가 데이터베이스가 온전히 저장되어 있는 경우에만 동작합니다.
클라이언트의 잘못된 요청에 대한 적절한 안내 및 외부 요청으로 부터 시스템의 상태의 무결성을 유지하기 위한 여러 예외처리가 필요합니다.

해당 이슈에서는 스프링의 @RestControllerAdvice를 통해 예외처리 로직을 컨트롤러 단위로 캡슐화하여 구현합니다.

@CheolhoJeon CheolhoJeon self-assigned this Jan 2, 2022
@CheolhoJeon CheolhoJeon changed the title @RestControllerAdvice를 활용한 예외처리 @RestControllerAdvice를 활용한 예외처리 로직 구현 Jan 2, 2022
CheolhoJeon added a commit that referenced this issue Jan 8, 2022
…by-controller-advice

#16 @RestControllerAdvice를 활용한 예외처리 로직 구현
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant