类 SystemErrorWebExceptionHandler
java.lang.Object
org.wxz.business.advice.config.SystemErrorWebExceptionHandler
@Configuration(proxyBeanMethods=false)
@AutoConfigureBefore(org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.class)
@EnableConfigurationProperties({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.ErrorWebExceptionHandlererrorWebExceptionHandler(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)
-
构造器详细资料
-
SystemErrorWebExceptionHandler
public SystemErrorWebExceptionHandler(org.springframework.boot.autoconfigure.web.ServerProperties serverProperties)
-
-
方法详细资料
-
errorWebExceptionHandler
@Bean @Order(-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)
-