Skip to content

Commit 3969a9f

Browse files
committed
fix for #925
1 parent 78f8eaa commit 3969a9f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/swagger-codegen/src/main/resources/JavaJaxRS/README.mustache

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ This server was generated by the [swagger-codegen](https://github.com/swagger-ap
66
is an example of building a swagger-enabled JAX-RS server.
77

88
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

Comments
 (0)