ErrorCode 인터페이스와 확장된 열거 상수는 간편하고 유지보수 친화적인 에러 핸들링 구조를 제공합니다. 비대한 enum으로 관리하던 ErrorCode의 단점을 극복하면서 유사한 수준의 작업편의성을 유지하고, 유지보수성은 높입니다. 이를 핸들링하는 GlobalExceptionHandler 예제를 포함합니다.
-
Updated
Sep 28, 2024 - Java
ErrorCode 인터페이스와 확장된 열거 상수는 간편하고 유지보수 친화적인 에러 핸들링 구조를 제공합니다. 비대한 enum으로 관리하던 ErrorCode의 단점을 극복하면서 유사한 수준의 작업편의성을 유지하고, 유지보수성은 높입니다. 이를 핸들링하는 GlobalExceptionHandler 예제를 포함합니다.
샘플 rest api 입니다.
Spring boot application which describes how to handle Exceptions in spring boot
Atencion de solicitudes del cliente web app prestamos
REST API that provides endpoint to validate the user using username and password
A REST API that provides endpoints for clients to add, delete and retrieve products from productsDB
Spring boot application which describes how to handle Exceptions in spring boot
Add a description, image, and links to the restcontrolleradvice topic page so that developers can more easily learn about it.
To associate your repository with the restcontrolleradvice topic, visit your repo's landing page and select "manage topics."