Package | Description |
---|---|
org.springframework.web.servlet.config.annotation |
Annotation-based setup for Spring MVC.
|
Modifier and Type | Method and Description |
---|---|
void |
WebMvcConfigurerAdapter.addCorsMappings(CorsRegistry registry)
Deprecated.
Configure "global" cross-origin request processing.
|
protected void |
DelegatingWebMvcConfiguration.addCorsMappings(CorsRegistry registry) |
protected void |
WebMvcConfigurationSupport.addCorsMappings(CorsRegistry registry)
Override this method to configure cross-origin requests processing.
|
default void |
WebMvcConfigurer.addCorsMappings(CorsRegistry registry)
Configure "global" cross-origin request processing.
|