Class CorsConfig

  • All Implemented Interfaces:
    org.springframework.web.servlet.config.annotation.WebMvcConfigurer

    @Configuration
    public class CorsConfig
    extends Object
    implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
    The CorsConfig adds the default CORS headers to everything by default.
    • Constructor Summary

      Constructors 
      Constructor Description
      CorsConfig()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addCorsMappings​(org.springframework.web.servlet.config.annotation.CorsRegistry registry)  
      • Methods inherited from interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer

        addArgumentResolvers, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
    • Constructor Detail

      • CorsConfig

        public CorsConfig()
    • Method Detail

      • addCorsMappings

        public void addCorsMappings​(org.springframework.web.servlet.config.annotation.CorsRegistry registry)
        Specified by:
        addCorsMappings in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer