Class ErrorMvcAutoConfiguration

java.lang.Object
org.springframework.boot.webmvc.autoconfigure.error.ErrorMvcAutoConfiguration

@AutoConfiguration(before=WebMvcAutoConfiguration.class) @ConditionalOnWebApplication(type=SERVLET) @ConditionalOnClass({jakarta.servlet.Servlet.class,org.springframework.web.servlet.DispatcherServlet.class}) @EnableConfigurationProperties({org.springframework.boot.autoconfigure.web.WebProperties.class,WebMvcProperties.class}) public final class ErrorMvcAutoConfiguration extends Object
Auto-configuration to render errors through an MVC error controller.
Since:
4.0.0