Skip to content

Commit

Permalink
Update java-jar.md
Browse files Browse the repository at this point in the history
'wiremock' phrase leads to a misunderstanding. Because the usage -> 'wiremock' is not valid in command line. And in this case while wiremock server is up, user is getting no mapping found error when (s)he has made an http call. Perhaps user should know 'wiremock' usage is invalid in command line. But I have spent four hours to figure it out because I was tired. :)
  • Loading branch information
orcunbalcilar authored Dec 5, 2023
1 parent a375f3d commit 0655d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/standalone/java-jar.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ src/main/resources/wiremock-stuff/mappings
You could then run the packaged JAR as:

```
java -jar custom-wiremock.jar --load-resources-from-classpath 'wiremock-stuff'
java -jar custom-wiremock.jar --load-resources-from-classpath wiremock-stuff
```

Which will load your files and mappings from the packaged JAR.
Expand Down

0 comments on commit 0655d63

Please sign in to comment.