openapi-generator/samples/server/petstore/jaxrs-spec-interface-response
William Cheng 999f472e4b
Refactor default and example values in Java generators (#1045)
* fix default, example for java okhttp

* update java feign samples

* update samples, doc

* add new doc for dart-jaguar

* update model template

* update jaxrs spec model

* update resteasy sample

* update java samples
2018-10-07 03:56:16 +08:00
..
.openapi-generator [JaxRS-Spec] Fixes in generated pom (#1035) 2018-09-14 16:59:49 +02:00
src Refactor default and example values in Java generators (#1045) 2018-10-07 03:56:16 +08:00
.openapi-generator-ignore Rename default packages for 'jaxrs-spec' (#333) 2018-05-06 12:34:36 +02:00
pom.xml [JaxRS-Spec] Fixes in generated pom (#1035) 2018-09-14 16:59:49 +02:00
README.md [JaxRS-Spec] Fixes in generated pom (#1035) 2018-09-14 16:59:49 +02:00

JAX-RS 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.

This project produces a jar that defines some interfaces. The jar can be used in combination with an other project providing the implementation.