Uses of Class
org.springframework.web.servlet.config.annotation.CorsRegistry
Packages that use CorsRegistry
Package
Description
Annotation-based setup for Spring MVC.
-
Uses of CorsRegistry in org.springframework.web.servlet.config.annotation
Methods in org.springframework.web.servlet.config.annotation with parameters of type CorsRegistryModifier and TypeMethodDescriptionprotected voidDelegatingWebMvcConfiguration.addCorsMappings(CorsRegistry registry) protected voidWebMvcConfigurationSupport.addCorsMappings(CorsRegistry registry) Override this method to configure cross origin requests processing.default voidWebMvcConfigurer.addCorsMappings(CorsRegistry registry) Configure "global" cross origin request processing.