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
- Host: GitHub
- URL: https://github.com/bootcamptoprod/spring-boot-customize-error-pages
- Owner: BootcampToProd
- Created: 2024-05-05T11:40:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-05T15:41:06.000Z (about 1 year ago)
- Last Synced: 2025-01-07T14:46:17.602Z (5 months ago)
- Topics: 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
- Language: Java
- Homepage: https://bootcamptoprod.com/spring-boot-customize-error-pages/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.