Class ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
java.lang.Object
org.springframework.boot.webmvc.autoconfigure.error.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
- Enclosing class:
ErrorMvcAutoConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnBooleanProperty(name="spring.web.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
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WhitelabelErrorViewConfiguration
protected WhitelabelErrorViewConfiguration()
-