Spring Boot: Exception Handling for REST APIs

preview_player
Показать описание
In this video we will see the useful annotations and mechanism Spring Boot provides to centrally handle exceptions and return standardized responses with the right error codes for REST APIs.
You can find the source code at the following github url:
Рекомендации по теме
Комментарии
Автор

Nice guide! Maybe ErrorResponse could be a record instead with modern java?

hestajevel