global-exception-handling
Here are 14 public repositories matching this topic...
ErrorCode 인터페이스와 확장된 열거 상수는 간편하고 유지보수 친화적인 에러 핸들링 구조를 제공합니다. 비대한 enum으로 관리하던 ErrorCode의 단점을 극복하면서 유사한 수준의 작업편의성을 유지하고, 유지보수성은 높입니다. 이를 핸들링하는 GlobalExceptionHandler 예제를 포함합니다.
-
Updated
Sep 28, 2024 - Java
This spring boot application also allows to provide customized global exception handling where we need not to add try catch block everywhere, we can create a separate class for handling exceptions and it also separates the exception handling code from business logic code.
-
Updated
Mar 19, 2022 - Java
spring boot统一业务异常处理,统一返回格式包装
-
Updated
Feb 22, 2021 - 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
Travel Agency Application
-
Updated
Jul 12, 2021 - Java
Rest Api of Estu Fasting App
-
Updated
Dec 28, 2022 - Java
-
Updated
Dec 4, 2019 - 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
This project is a Spring Boot application that includes various functionalities such as employee management, validation, and global exception handling. The project uses Maven for dependency management.
-
Updated
Aug 7, 2024 - Java
This project contains, How to send email to multiple recipients with or without attachment using Spring boot.
-
Updated
Dec 28, 2024 - Java
A Hospital Management application using Spring MVC, Hibernate/JPA Mappings. Contains 6 tables like Doctor, Patient, Appointment etc. all mapped together
-
Updated
Oct 18, 2024 - Java
-
Updated
Jul 13, 2023 - Java
Spring Boot CRUD with Global Exception Handling
-
Updated
Aug 15, 2024 - 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.
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."