spring-framework / org.springframework.web.reactive.resource / VersionResourceResolver / setStrategyMap

setStrategyMap

open fun setStrategyMap(map: MutableMap<String, VersionStrategy>): Unit

Set a Map with URL paths as keys and VersionStrategy as values.

Supports direct URL matches and Ant-style pattern matches. For syntax details, see the AntPathMatcher javadoc.

Parameters

map - map with URLs as keys and version strategies as values