List of usage examples for org.springframework.web.reactive.config WebFluxConfigurer interface-usage
From source file top.zhacker.ms.reactor.webflux.Application.java
/** * @author Sebastien Deleuze */ @SpringBootApplication @EnableWebFlux @EnableAutoConfiguration(exclude = { MongoAutoConfiguration.class, MongoDataAutoConfiguration.class })