Spring Boot RestController, On Error Status Response Body, Message of Error is empty
It is changed behavior in Spring Boot 2.3.0. Change the property server.error.include-message = always in your application.properties/yml file.
More informations: Changes to the Default Error Page’s Content and Spring Boot server properties