Create a custom error page in Spring Boot

preview_player
Показать описание
In this video you will learn how to setup a custom error page in a Spring Boot application. The error page can be global or for example based on http status codes as also shown in this video. #java #springboot

► Social Media

► Music
Creative Commons — Attribution 3.0 Unported — CC BY 3.0
Рекомендации по теме
Комментарии
Автор

Great example! Thank you. Why specify "NOT_FOUND.value()" to check if you can directly specify 403/404, etc.? ?

TheEBPO
Автор

is timeleaf responsable to convert string 404 in http page 404? in my code dont load page in directory templates

crashspine