spring-boot/spring-boot-autoconfigure
Brian Clozel 8317977e1b Add WebFlux auto-configuration
This commit creates auto-configuration classes for both the
annotation and functional variants of the WebFlux framework.

They provide the basic support to get started with those, by
creating the required `HttpHandler` using the provided application
context (for annotation) or `RouterFunction`s (for functional).

They do support `WebFilter` registration and a few advanced
features such as resource handling, `messageReaders|Writers`
and `ViewResolver` auto-registration.

Closes gh-8386
2017-02-24 13:03:11 +01:00
..
src Add WebFlux auto-configuration 2017-02-24 13:03:11 +01:00
pom.xml Add WebFlux auto-configuration 2017-02-24 13:03:11 +01:00