Hello everyone, I ran into one problem, namely, the standard error body in the controller There was a version of Spring Boot 2.2, when there was an error, a body of this kind was returned - SpringBoot Empty error body from Controller After updating to 2.6.1 - the error body is empty, what do I need to do to get the standard error body?

Comment From: snicoll

This is covered in the release notes. When upgrading to an older version like this, it is recommended to upgrade one feature release at a time and review the releases notes for each.

Going forward, please ask questions on StackOverflow, as mentioned in the guidelines for contributing, we prefer to use GitHub issues only for bugs and enhancements.