Browse Source

Polish JSP documentation

This commit ensures consistency with the documentation of other view
resolvers.

See gh-35444
pull/35428/head
Sébastien Deleuze 3 months ago
parent
commit
f8823ddc11
  1. 2
      framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-jsp.adoc

2
framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-jsp.adoc

@ -37,6 +37,8 @@ XML:: @@ -37,6 +37,8 @@ XML::
+
[source,xml,indent=0,subs="verbatim,quotes"]
----
<mvc:annotation-driven/>
<mvc:view-resolvers>
<mvc:jsp/>
</mvc:view-resolvers>

Loading…
Cancel
Save