-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
11 additions
and
11 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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
Moco is an easy setup stub framework. | ||
|
||
## Latest Release | ||
* __1.4.0__ | ||
* __1.5.0__ | ||
|
||
More details in [Release Notes](moco-doc/ReleaseNotes.md) | ||
|
||
|
@@ -25,7 +25,7 @@ Integration, especially based on HTTP protocol, e.g. web service, REST etc, is w | |
In the old days, we just deployed another WAR to an application server, e.g. Jetty or Tomcat etc. As we all know, it's so boring to develop a WAR and deploy it to any application server, even if we use an embeded server. And the WAR needs to be reassembled even if we just want to change a little bit. | ||
|
||
## Quick Start | ||
* Download [Standalone Moco Runner](https://repo1.maven.org/maven2/com/github/dreamhead/moco-runner/1.4.0/moco-runner-1.4.0-standalone.jar) | ||
* Download [Standalone Moco Runner](https://repo1.maven.org/maven2/com/github/dreamhead/moco-runner/1.5.0/moco-runner-1.5.0-standalone.jar) | ||
* Write your own configuration file to describe your Moco server configuration as follow: | ||
```json | ||
[ | ||
|
@@ -83,7 +83,7 @@ git clone [email protected]:dreamhead/moco.git | |
Check out what you can help [here](moco-doc/plan.md) if you do not have any existing idea. | ||
|
||
## Copyright and license | ||
Copyright 2012-2022 ZHENG Ye | ||
Copyright 2012-2023 ZHENG Ye | ||
|
||
Licensed under MIT License (the "License"); You may obtain a copy of the License in the LICENSE file, or at: | ||
|
||
|
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