openapi-generator/samples/server/petstore/java-msf4j
wing328 88227e08e3 Remove Apache license from server stub generators (#4200)
* remove php apache license

* remove license in sample code, update nodejs to use unlicnese

* remove license from jaxrs generator

* remove license from server generator

* update pom.xml for jaxrs resteasy joda server
2016-11-17 00:37:21 +08:00
..
src update mxf4j sample 2016-11-07 23:54:47 +08:00
.swagger-codegen-ignore add sample for java-msf4 2016-10-26 11:31:43 +08:00
pom.xml update mxf4j sample 2016-11-07 23:54:47 +08:00
README.md add sample for java-msf4 2016-10-26 11:31:43 +08:00

Swagger Jersey generated server

Overview

This server was generated by the swagger-codegen project. By using the OpenAPI-Spec from a remote server, you can easily generate a server stub. This is an example of building a swagger-enabled JAX-RS server.

This example uses the JAX-RS framework.

To run the server, please execute the following:

mvn clean package jetty:run

You can then view the swagger listing 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!