What is white label error in springboot?
Whitelabel erro
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mohamed Azarudeen ZPosted May 9, 2023, 7:28 PM
Whitelabel error page appears when you hit a url which result into HTTP error. Whitelabel error page is generated by Spring Boot as a default mechanism when no custom error page is found.
Provide your code so that it will be easy to see what error it is and how to rectify it.
Janarthanan SPosted May 10, 2023, 12:36 AM
As a beginner to SpringBoot, this error can be happened to anyone at least once, due to some reasons.
@SpringBootApplicationorextends from SpringBootApplication@RestControllerannotation on top of the controller class.@PostMapping("/save")or@GetMapping("/id")etc.)@RequestMapping("/customer")