-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Mockserver to use config from yml
Added README file to show how to launch instance with custom parameters
- Loading branch information
Himanshu Virmani
committed
Sep 1, 2014
1 parent
e187392
commit bcf778a
Showing
6 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
*********USE THE BELOW COMMAND TO LAUNCH INSTANCE********* | ||
**Configure the templateFileBasepath to the folder where templates should be saved** | ||
|
||
>$ sudo java -Ddw.templateFileBasePath=/Users/himanshu.virmani/templates -jar target/mock-server.jar server src/main/resources/MockServer.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
http: | ||
port: 9000 | ||
adminPort: 9001 | ||
templateFileBasePath: "/Users/tushar.mahapatra/templates" | ||
|
||
templateFileBasePath: configure_at_runtime_using_-Ddw. | ||
|