Example for learning a RESTful web service
Clone and run an example application
git clone https://github.com/oliverbauer/tapestry-resteasy-hibernate.git
cd tapestry-resteasy-hibernate
mvn clean jetty:run
Clone and run the example from this repository
git clone https://github.com/LearnLib/learnlib-rest-example.git
- import the project in your IDE
- run
de.learnlib.example.Example1
Alternatively, run the project directly from the command line using maven:
mvn exec:java -Dexec.mainClass='de.learnlib.example.Example1'