Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/betrcode/mockserver-example
Example/starter implementation of mockserver https://github.com/jamesdbloom/mockserver
https://github.com/betrcode/mockserver-example
Last synced: about 10 hours ago
JSON representation
Example/starter implementation of mockserver https://github.com/jamesdbloom/mockserver
- Host: GitHub
- URL: https://github.com/betrcode/mockserver-example
- Owner: betrcode
- License: mit
- Created: 2016-02-01T19:59:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T20:32:55.000Z (almost 9 years ago)
- Last Synced: 2023-03-11T23:46:58.402Z (over 1 year ago)
- Language: Java
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mockserver-example
Example/starter implementation of mockserver https://github.com/jamesdbloom/mockserver## Prerequisites
* [Install Docker](http://docs.docker.com/engine/installation/ "Documentation")## Running Mock Server using Docker
```
docker run -d --name mockserver -p 1080:1080 -p 1090:1090 jamesdbloom/mockserver
```## Creating Expectations
```
./gradlew clean run
```