提交 327785d1 编写于 作者: B Brian Clozel

Fix typo in resource handling reference doc

上级 09e3fc40
......@@ -5162,9 +5162,9 @@ use directly the `ResourceUrlProvider` bean, which is automatically declared wit
Java config and the MVC namespace.
Webjars are also supported with `WebJarsResourceResolver`, which is automatically registered
when the ``"org.webjars:webjars-locator"` library is on classpath. This resolver allows
when the `"org.webjars:webjars-locator"` library is on classpath. This resolver allows
the resource chain to resolve version agnostic libraries from HTTP GET requests
`"GET /jquery/jquery.min.js" will return resource "/jquery/1.2.0/jquery.min.js"`.
`"GET /jquery/jquery.min.js"` will return resource `"/jquery/1.2.0/jquery.min.js"`.
It also works by rewriting resource URLs in templates
`<script src="/jquery/jquery.min.js"/> -> <script src="/jquery/1.2.0/jquery.min.js"/>`.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册