Class ErrorWebFluxAutoConfiguration

java.lang.Object
org.springframework.boot.webflux.autoconfigure.error.ErrorWebFluxAutoConfiguration

@AutoConfiguration(before=WebFluxAutoConfiguration.class) @ConditionalOnWebApplication(type=REACTIVE) @ConditionalOnClass(org.springframework.web.reactive.config.WebFluxConfigurer.class) @EnableConfigurationProperties({org.springframework.boot.web.server.autoconfigure.ServerProperties.class,org.springframework.boot.autoconfigure.web.WebProperties.class}) public final class ErrorWebFluxAutoConfiguration extends Object
Auto-configuration to render errors through a WebFlux WebExceptionHandler.
Since:
4.0.0