Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rouanw/sparkdemo
Super basic restful webserver that can be used for stubbing
https://github.com/rouanw/sparkdemo
Last synced: 4 days ago
JSON representation
Super basic restful webserver that can be used for stubbing
- Host: GitHub
- URL: https://github.com/rouanw/sparkdemo
- Owner: rouanw
- Created: 2014-01-28T13:38:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-28T13:40:33.000Z (almost 11 years ago)
- Last Synced: 2023-03-28T21:20:31.051Z (over 1 year ago)
- Language: Java
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Running the server
mvn package
mvn exec:java -Dexec.mainClass="StubEndpoint"