**[Titi Wangsa](https://jira.spring.io/secure/ViewProfile.jspa?name=blacksnow666)** opened **[SPR-12323](https://jira.spring.io/browse/SPR-12323?redirect=false)** and commented In Play Framework, we could use this ```xml <link rel='stylesheet' href='@routes.WebJarAssets.at(WebJarAssets.locate("css/bootstrap.min.css"))'> ``` we already specified the version information in the sbt file. In Spring We need the version information in; ```xml <link rel='stylesheet' href='/webjars/bootstrap/3.1.0/css/bootstrap.min.css'> ``` and also in the pom.xml file Expected behaviour: we only specify ```xml <link rel='stylesheet' href='/webjars/bootstrap.min.css'> ``` Perhaps we can specify the ResourceLoader here: ```xml <mvc:resources mapping="/webjars/**" resourceLoader="pathMatchingResourcePatternResolver" location="/webjars/"/> ``` --- **Reference URL:** http://www.webjars.org/documentation **Referenced from:** commits https://github.com/spring-projects/spring-framework/commit/57e0c789a81bb68410bd2ef9e824d81b76b05909, https://github.com/spring-projects/spring-framework/commit/9e5a33c1b36cae7a7541251509bf032455838fdf, https://github.com/spring-projects/spring-framework/commit/e72b821a73b23be8bc2b33c323dcd3b0bdc11b85 1 votes, 8 watchers