mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
ae48b5f7f2
This change moves the VersionStrategy builder-style methods from ResourceHandlerRegistration to VersionResourceResolver. This makes the methods more universally usable and also makes use of ResourceHandlerRegistration more readable, i.e. simply a sequence of addResource and addTransformer calls.