Package org.springframework.boot.autoconfigure.web.reactive
package org.springframework.boot.autoconfigure.web.reactive
Auto-configuration for reactive web servers and Spring WebFlux.
-
ClassDescription
Auto-configuration
for multipart support in Spring WebFlux.Configuration properties
for configuring multipart support in Spring Webflux.Auto-configuration
for a reactive web server.Registers aWebServerFactoryCustomizerBeanPostProcessor
.WebServerFactoryCustomizer
to applyServerProperties
to reactive servers.Callback interface that can be used to customizeResourceHandlerRegistration
.WebServerFactoryCustomizer
to applyServerProperties
to Tomcat reactive web servers.Configuration equivalent to@EnableWebFlux
.Properties
for Spring WebFlux.Interface to register key components of theWebFluxAutoConfiguration
in place of the default ones provided by Spring WebFlux.Auto-configuration forWebSessionIdResolver
.