mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 10:19:03 +00:00
Add a `spring.mvc.static-path-pattern` property which can be used to configure the path pattern used to serve static resources. Fixes gh-4444 Closes gh-4448