Class WebFluxProperties

java.lang.Object
org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties

@ConfigurationProperties(prefix="spring.webflux") public class WebFluxProperties extends Object
properties for Spring WebFlux.
Since:
2.0.0
Author:
Brian Clozel, Vedran Pavic
  • Constructor Details

    • WebFluxProperties

      public WebFluxProperties()
  • Method Details

    • getBasePath

      public String getBasePath()
    • setBasePath

      public void setBasePath(String basePath)
    • getFormat

      public WebFluxProperties.Format getFormat()
    • getStaticPathPattern

      public String getStaticPathPattern()
    • setStaticPathPattern

      public void setStaticPathPattern(String staticPathPattern)
    • getWebjarsPathPattern

      public String getWebjarsPathPattern()
    • setWebjarsPathPattern

      public void setWebjarsPathPattern(String webjarsPathPattern)