Class CorsProperties

java.lang.Object
org.bremersee.spring.boot.autoconfigure.web.CorsProperties

@ConfigurationProperties(prefix="bremersee.web.cors") public class CorsProperties extends Object
The cors properties.
Author:
Christian Bremer
  • Constructor Details

    • CorsProperties

      public CorsProperties()
      Instantiates a new cors properties.
  • Method Details

    • toCorsConfigurations

      public Map<String,org.springframework.web.cors.CorsConfiguration> toCorsConfigurations()
      To cors configurations map.
      Returns:
      the map