Class ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration

java.lang.Object
org.springframework.boot.webmvc.autoconfigure.error.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
Enclosing class:
ErrorMvcAutoConfiguration

@Configuration(proxyBeanMethods=false) @ConditionalOnBooleanProperty(name="server.error.whitelabel.enabled", matchIfMissing=true) @Conditional(org.springframework.boot.webmvc.autoconfigure.error.ErrorMvcAutoConfiguration.ErrorTemplateMissingCondition.class) protected static class ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration extends Object
Since:
4.0.0
Author:
Dave Syer, Andy Wilkinson, Stephane Nicoll, Brian Clozel, Scott Frederick