Relative Content

Tag Archive for spring-bootspring-mvcthymeleaf

Spring Boot: Thymeleaf validation throwing Whitelabel error page instead of showing errors

So i’m new to Spring Boot and i’ve been reading the 5th Edition Spring in Action book, by Craig Walls. In Chapter 2, section 2.3, it says to add a couple lines of code to validate the information input on the design taco form and the order form so it would show the user what is wrong in the form. I did exactly what was on the book but it shows a WhiteLabel error page instead.