Class GlobalCorsProperties

java.lang.Object
org.springframework.cloud.gateway.config.GlobalCorsProperties

@ConfigurationProperties("spring.cloud.gateway.server.webflux.globalcors") public class GlobalCorsProperties extends Object
Configuration properties for global configuration of cors. See RoutePredicateHandlerMapping
  • Constructor Details

    • GlobalCorsProperties

      public GlobalCorsProperties()
  • Method Details

    • getCorsConfigurations

      public Map<String, org.springframework.web.cors.CorsConfiguration> getCorsConfigurations()