Skip to content

Commit

Permalink
chore: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Oct 10, 2024
1 parent 2115802 commit bae563c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,9 @@ class CustomPropertiesTest {

By default, each `WireMockServer` is configured to load WireMock root from:

1. Classpath
1. `wiremock/{server-name}`
2. `stubs/{server-name}`
3. `mappings/{server-name}`
4. `wiremock`
5. `stubs`
6. `mappings`
1. Classpath *if specified*
1. `{name-of-mock}/{server-name}`
2. `{name-of-mock}`
2. Directory
1. `{CWD}/wiremock/{server-name}`
2. `{CWD}/stubs/{server-name}`
Expand Down

0 comments on commit bae563c

Please sign in to comment.