spring-boot/spring-boot-autoconfigure
Brian Clozel fed8c8a681 Adapt WebFlux.fn auto-config to SPR-15536
Since SPR-15536, WebFlux.fn is now configured with `@EnableWebFlux`,
along the annotated controllers. Both `RouterFunction` and Controller
instances can now live within the same application and they share
the same web infrastructure.

This commit removes the custom auto-configuration for `RouterFunction`
and relies on `@EnableWebFlux` for that.

Closes gh-9165
2017-05-24 14:54:05 +02:00
..
src Adapt WebFlux.fn auto-config to SPR-15536 2017-05-24 14:54:05 +02:00
pom.xml Add auto-configuration support for Hazelcast client 2017-05-04 14:20:03 +02:00