spring-boot/spring-boot-project/spring-boot-docs/src
Vedran Pavic 94f42d11e5 Add support for customizing WebJars resource handler path pattern
At present, both Spring MVC and Spring WebFlux auto-configurations
hardcode the path pattern for WebJars resource handlers to
"/webjars/**", which means users are unable to change the path.

This commit introduces "spring.mvc.webjars-path-pattern" and
"spring.webflux.webjars-path-pattern" configuration properties that
allow customization of WebJars resource handler path pattern.

See gh-31769
2022-09-07 11:46:19 +02:00
..
docs/asciidoc Add support for customizing WebJars resource handler path pattern 2022-09-07 11:46:19 +02:00
main Merge branch '2.7.x' 2022-08-31 11:37:20 +01:00
test