LearnLib / learnlib-rest-example

Example for learning a RESTful web service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learnlib-rest-example

Example for learning a RESTful web service

Run the example

Clone and run an example application

  1. git clone https://github.com/oliverbauer/tapestry-resteasy-hibernate.git
  2. cd tapestry-resteasy-hibernate
  3. mvn clean jetty:run

Clone and run the example from this repository

  1. git clone https://github.com/LearnLib/learnlib-rest-example.git
  2. import the project in your IDE
  3. 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'

About

Example for learning a RESTful web service


Languages

Language:Java 100.0%