An open API service indexing awesome lists of open source software.

https://github.com/bootcamptoprod/spring-boot-customize-error-pages

A simple app explaining how to customize error pages in Spring Boot for enhanced user experience
https://github.com/bootcamptoprod/spring-boot-customize-error-pages

custom-error-pages-spring-boot customizing-error-pages-in-spring-boot disable-whitelabel-error-page spring-boot-custom-error-pages spring-boot-customize-error-page spring-boot-customize-error-pages spring-boot-error-pages

Last synced: 3 months ago
JSON representation

A simple app explaining how to customize error pages in Spring Boot for enhanced user experience

Awesome Lists containing this project

README

        

## Spring Boot: Customize Error Pages
For complete understanding on how we can customize the error pages in case of Spring Boot application you can checkout our blog.


**Blog Link:** [Spring Boot: Customize Error Pages](https://bootcamptoprod.com/spring-boot-customize-error-pages/)

# spring-boot-customize-error-pages
A simple app explaining how to customize error pages in Spring Boot for enhanced user experience

## App Overview
This is a simple app where we’ve configured the context path as /greetings. Additionally, we have one endpoint, /hello, which sends a simple “Hello, World!” message to the user.