parent
ee42e3e730
commit
8b3521d2bf
|
|
@ -50,7 +50,7 @@ Each `HandlerMapping` can be
|
||||||
{api-spring-framework}/web/reactive/handler/AbstractHandlerMapping.html#setCorsConfigurations-java.util.Map-[configured]
|
{api-spring-framework}/web/reactive/handler/AbstractHandlerMapping.html#setCorsConfigurations-java.util.Map-[configured]
|
||||||
individually with URL pattern-based `CorsConfiguration` mappings. In most cases, applications
|
individually with URL pattern-based `CorsConfiguration` mappings. In most cases, applications
|
||||||
use the WebFlux Java configuration to declare such mappings, which results in a single,
|
use the WebFlux Java configuration to declare such mappings, which results in a single,
|
||||||
global map passed to all `HadlerMappping` implementations.
|
global map passed to all `HandlerMapping` implementations.
|
||||||
|
|
||||||
You can combine global CORS configuration at the `HandlerMapping` level with more
|
You can combine global CORS configuration at the `HandlerMapping` level with more
|
||||||
fine-grained, handler-level CORS configuration. For example, annotated controllers can use
|
fine-grained, handler-level CORS configuration. For example, annotated controllers can use
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue