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

https://github.com/bootcamptoprod/spring-boot-tomcat-error-customizer

A simple Spring Boot application that focuses on enhancing user experience by customizing 404 error handling specifically for invalid URLs without the context path
https://github.com/bootcamptoprod/spring-boot-tomcat-error-customizer

spring-boot-404 spring-boot-404-customization spring-boot-404-customize spring-boot-404-error spring-boot-tomcat-customize spring-boot-tomcat-customizer

Last synced: 3 months ago
JSON representation

A simple Spring Boot application that focuses on enhancing user experience by customizing 404 error handling specifically for invalid URLs without the context path

Awesome Lists containing this project

README

        

## Spring Boot: Customize 404 Error Responses for Pre-Context Path URLs
For complete understanding on how we can customize the 404 error response using custom tomcat error report valve you can checkout our blog.


**Blog Link:** [Spring Boot: Customize 404 Error Responses for Pre-Context Path URLs](https://bootcamptoprod.com/customize-404-error-responses-for-pre-context-path-urls/)

# spring-boot-tomcat-error-customizer
A simple Spring Boot application that focuses on enhancing user experience by customizing 404 error handling specifically for invalid URLs without the context path

## 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.