Class WebConfiguration

  • All Implemented Interfaces:
    org.springframework.web.reactive.config.WebFluxConfigurer

    @SpringBootConfiguration
    @EnableAutoConfiguration(exclude=org.springframework.boot.autoconfigure.security.reactive.ReactiveSecurityAutoConfiguration.class)
    @EnableWebFlux
    @ComponentScan(basePackageClasses=WebConfiguration.class)
    public class WebConfiguration
    extends Object
    implements org.springframework.web.reactive.config.WebFluxConfigurer
    The web configuration.
    Author:
    Christian Bremer
    • Constructor Summary

      Constructors 
      Constructor Description
      WebConfiguration()
      Instantiates a new web configuration.
    • Constructor Detail

      • WebConfiguration

        public WebConfiguration()
        Instantiates a new web configuration.
    • Method Detail

      • configureHttpMessageCodecs

        public void configureHttpMessageCodecs​(org.springframework.http.codec.ServerCodecConfigurer configurer)
        Specified by:
        configureHttpMessageCodecs in interface org.springframework.web.reactive.config.WebFluxConfigurer