We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f8eaa commit 3969a9fCopy full SHA for 3969a9f
modules/swagger-codegen/src/main/resources/JavaJaxRS/README.mustache
@@ -6,3 +6,9 @@ This server was generated by the [swagger-codegen](https://github.com/swagger-ap
6
is an example of building a swagger-enabled JAX-RS server.
7
8
This example uses the [JAX-RS](https://jax-rs-spec.java.net/) framework.
9
+
10
+To run the server, please execute the following:
11
12
+```
13
+mvn clean package jetty:run
14
0 commit comments