Throwing and Catching Custom Exceptions in a Java Spring Boot Application [GCast 91]

Опубликовано: 27 Сентябрь 2024
на канале: GCast
2,138
113

This video shows how to respond appropriately to errors in a Spring Boot application by creating and throwing custom exceptions when appropriate; then, handling them in the controller and returning an appropriate HTTP response to the client.

Source code: https://github.com/DavidGiard/java-sp...