Sync docs from 2.2.x to gh-pages

This commit is contained in:
buildmaster
2020-05-13 17:47:40 +00:00
parent 2cea3a6e36
commit 5c6ce9962d
42 changed files with 3554 additions and 2988 deletions

View File

@@ -10484,7 +10484,7 @@ The registered WireMock server is reset after each test class, however, if you n
<div class="paragraph">
<p>If you use <code>@AutoConfigureWireMock</code>, it registers WireMock JSON stubs from the file
system or classpath (by default, from <code>file:src/test/resources/mappings</code>). You can
customize the locations byusing the <code>stubs</code> attribute in the annotation, which can be an
customize the locations by using the <code>stubs</code> attribute in the annotation, which can be an
Ant-style resource pattern or a directory. In the case of a directory, <code><strong>*/</strong>.json</code> is
appended. The following code shows an example:</p>
</div>