Skip to content

Commit 62e9d6b

Browse files
committed
Fix typo in 3.2 migration guide
- @WebApplicationContext --> @WebAppConfiguration
1 parent 3d3469c commit 62e9d6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reference/docbook/migration-3.2.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@
124124
<para>You will no longer be able to use the
125125
<classname>MockMvcBuilders</classname> <code>annotationConfigSetup</code>
126126
and <code>xmlConfigSetup</code> options. Instead you'll need to switch
127-
to using the <interfacename>@WebApplicationContext</interfacename> support
127+
to using the <interfacename>@WebAppConfiguration</interfacename> support
128128
of <filename>spring-test</filename> for loading Spring configuration,
129129
then inject a <interfacename>WebApplicationContext</interfacename> into
130-
the test and use it to create a <classname>MockMvc</classname>.
130+
the test and use it to create a <classname>MockMvc</classname>. See
131131
<xref linkend="spring-mvc-test-framework" /> for details.</para>
132132
</section>
133133

0 commit comments

Comments
 (0)