@Configuration(proxyBeanMethods=false)
@AutoConfigureBefore(value=org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.class)
@EnableConfigurationProperties(value={org.springframework.boot.autoconfigure.web.ServerProperties.class,org.springframework.boot.autoconfigure.web.ResourceProperties.class})
public class SystemErrorWebExceptionHandler
extends Object
| 构造器和说明 |
|---|
SystemErrorWebExceptionHandler(org.springframework.boot.autoconfigure.web.ServerProperties serverProperties) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.boot.web.reactive.error.ErrorWebExceptionHandler |
errorWebExceptionHandler(org.springframework.boot.web.reactive.error.ErrorAttributes errorAttributes,
org.springframework.boot.autoconfigure.web.ResourceProperties resourceProperties,
org.springframework.beans.factory.ObjectProvider<org.springframework.web.reactive.result.view.ViewResolver> viewResolvers,
org.springframework.http.codec.ServerCodecConfigurer serverCodecConfigurer,
org.springframework.context.ApplicationContext applicationContext) |
public SystemErrorWebExceptionHandler(org.springframework.boot.autoconfigure.web.ServerProperties serverProperties)
@Bean
@Order(value=-2147483648)
public org.springframework.boot.web.reactive.error.ErrorWebExceptionHandler errorWebExceptionHandler(org.springframework.boot.web.reactive.error.ErrorAttributes errorAttributes,
org.springframework.boot.autoconfigure.web.ResourceProperties resourceProperties,
org.springframework.beans.factory.ObjectProvider<org.springframework.web.reactive.result.view.ViewResolver> viewResolvers,
org.springframework.http.codec.ServerCodecConfigurer serverCodecConfigurer,
org.springframework.context.ApplicationContext applicationContext)
Copyright © 2025. All rights reserved.