openapi-generator/samples/server/petstore/jaxrs-jersey
William Cheng c7349c7f88
Add top level x-group-parameters support (#1405)
* add top level x-group-parameters support

* update petstore samples
2018-11-12 14:25:32 +08:00
..
.openapi-generator Prepare v3.3.3-SNAPSHOT (#1355) 2018-11-01 10:42:26 +08:00
src Add top level x-group-parameters support (#1405) 2018-11-12 14:25:32 +08:00
.openapi-generator-ignore [Java][jaxrs-jersey] add sample with jaxrs-jersey + openapi v3 (#778) 2018-08-10 17:24:24 +08:00
pom.xml [Java][jaxrs-jersey] add sample with jaxrs-jersey + openapi v3 (#778) 2018-08-10 17:24:24 +08:00
README.md [Java][JAXRS] improve generated readme (#920) 2018-08-30 14:05:34 +08:00

JAX-RS/Jersey server with OpenAPI

Overview

This server was generated by the OpenAPI Generator project. By using an OpenAPI-Spec, you can easily generate a server stub.

This is an example of building a OpenAPI-enabled JAX-RS server. This example uses the JAX-RS framework. Jersey is used as JAX-RS implementation, io.swagger:swagger-jersey2-jaxrs is used to derive the OpenAPI Specification from the annotated code.

To run the server, please execute the following:

mvn clean package jetty:run

You can then view the OpenAPI v2 specification here:

http://localhost:8080/v2/swagger.json

Note that if you have configured the host to be something other than localhost, the calls through swagger-ui will be directed to that host and not localhost!