This commit is contained in:
Tony Tam 2015-10-25 17:02:08 -07:00
parent 78f8eaa687
commit 3969a9f294

View File

@ -6,3 +6,9 @@ This server was generated by the [swagger-codegen](https://github.com/swagger-ap
is an example of building a swagger-enabled JAX-RS server.
This example uses the [JAX-RS](https://jax-rs-spec.java.net/) framework.
To run the server, please execute the following:
```
mvn clean package jetty:run
```