Skip to content
#

global-exception-handling

Here are 14 public repositories matching this topic...

ErrorCode 인터페이스와 확장된 열거 상수는 간편하고 유지보수 친화적인 에러 핸들링 구조를 제공합니다. 비대한 enum으로 관리하던 ErrorCode의 단점을 극복하면서 유사한 수준의 작업편의성을 유지하고, 유지보수성은 높입니다. 이를 핸들링하는 GlobalExceptionHandler 예제를 포함합니다.

  • Updated Sep 28, 2024
  • Java

A project management REST API with endpoints secured by Spring Security and uses MySQL & JPA for project and task creation, edit and retrieval. Global exception handling and role based access control is implemented. Used lombok and email dependencies.

  • Updated Feb 8, 2021
  • Java

Back end application, built using Spring Boot framework, Spring JPA with ORM for management of relation data. Provides full CRUD operations, along with additional custom finder methods. Packages: Model, DAO, Service, Controller, Exception(with a GlobalExceptionHandler class). RDBMS with MySQL, 3NF data normalization. ERD.

  • Updated Oct 24, 2023
  • Java

Improve this page

Add a description, image, and links to the global-exception-handling topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the global-exception-handling topic, visit your repo's landing page and select "manage topics."

Learn more