Open amiku99 opened 6 years ago
If you downloaded the master
branch you cannot run the project directly since it is just a library. You have to wrap the library into executable class.
You may find the sample from release/2.0.0
branch useful.
https://github.com/byoutline/MockServer/tree/release/2.0.0/sample
./gradlew clean sampleCompleteJar
(or something similar on Windows)java -cp sample/build/libs/sample.jar com.byoutline.mockserver.sample.ConfigServer sample/src/main/resources
I clone the project on eclipse. but while running the project as the application. its build fail. means the gradlew file to download all the required jars for this project, is unsuccessful. I need to run this project as I need to test my project via the mock server. please help. or can u post a video that shows how to run your project successfully?