类的使用
org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
使用WebFluxProperties的程序包
程序包
说明
Auto-configuration for reactive web servers and Spring WebFlux.
-
org.springframework.boot.autoconfigure.web.reactive中WebFluxProperties的使用
修饰符和类型方法说明WebFluxAutoConfiguration.WelcomePageConfiguration.welcomePageRouterFunctionMapping
(ApplicationContext applicationContext, WebFluxProperties webFluxProperties, WebProperties webProperties) 修饰符和类型方法说明HttpHandlerAutoConfiguration.AnnotationConfig.httpHandler
(ObjectProvider<WebFluxProperties> propsProvider, ObjectProvider<WebHttpHandlerBuilderCustomizer> handlerBuilderCustomizers) 限定符构造器说明EnableWebFluxConfiguration
(WebFluxProperties webFluxProperties, WebProperties webProperties, ServerProperties serverProperties, ObjectProvider<WebFluxRegistrations> webFluxRegistrations) WebFluxConfig
(Environment environment, WebProperties webProperties, WebFluxProperties webFluxProperties, ListableBeanFactory beanFactory, ObjectProvider<HandlerMethodArgumentResolver> resolvers, ObjectProvider<CodecCustomizer> codecCustomizers, ObjectProvider<ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizers, ObjectProvider<ViewResolver> viewResolvers) WebSessionIdResolverAutoConfiguration
(ServerProperties serverProperties, WebFluxProperties webFluxProperties)