@Configuration
@ConditionalOnWebApplication
@ConditionalOnClass(value={javax.servlet.Servlet.class,org.springframework.web.servlet.DispatcherServlet.class})
@AutoConfigureBefore(value=WebMvcConfiguration.class)
@EnableConfigurationProperties(value=org.springframework.boot.autoconfigure.web.ResourceProperties.class)
public class ErrorConfiguration
extends java.lang.Object
| 构造器和说明 |
|---|
ErrorConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
ReportErrorController |
basicErrorController(org.springframework.boot.web.servlet.error.ErrorAttributes errorAttributes) |
@Bean @ConditionalOnMissingBean public ReportErrorController basicErrorController(org.springframework.boot.web.servlet.error.ErrorAttributes errorAttributes)
Copyright © 2019. All Rights Reserved.