Example usage for org.springframework.web.reactive.config WebFluxConfigurer interface-usage

List of usage examples for org.springframework.web.reactive.config WebFluxConfigurer interface-usage

Introduction

In this page you can find the example usage for org.springframework.web.reactive.config WebFluxConfigurer interface-usage.

Usage

From source file top.zhacker.ms.reactor.webflux.Application.java

/**
 * @author Sebastien Deleuze
 */
@SpringBootApplication
@EnableWebFlux
@EnableAutoConfiguration(exclude = { MongoAutoConfiguration.class, MongoDataAutoConfiguration.class })