Month: July 2018
-
Quickest way of getting an custom error message in Spring Boot 2.x
There are different ways to get a custom error message page in spring boot. The following solution worked for my web project. Here is the overview of the structure. Pic To start with, if there is 404 error, then we want a custom error page showing up instead of the spring boot’s default page. The […]