Package org.bremersee.xml.test.app
Class WebConfiguration
java.lang.Object
org.bremersee.xml.test.app.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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
configureHttpMessageCodecs
(org.springframework.http.codec.ServerCodecConfigurer configurer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.web.reactive.config.WebFluxConfigurer
addCorsMappings, addFormatters, addResourceHandlers, configureArgumentResolvers, configureBlockingExecution, configureContentTypeResolver, configurePathMatching, configureViewResolvers, getMessageCodesResolver, getValidator, getWebSocketService
-
Constructor Details
-
WebConfiguration
public WebConfiguration()Instantiates a new web configuration.
-
-
Method Details
-
configureHttpMessageCodecs
public void configureHttpMessageCodecs(org.springframework.http.codec.ServerCodecConfigurer configurer) - Specified by:
configureHttpMessageCodecs
in interfaceorg.springframework.web.reactive.config.WebFluxConfigurer
-