Swagger Spec -> OpenAPI Spec

This commit is contained in:
Ron
2015-12-30 14:52:15 -08:00
parent 83460ba81a
commit 9a54371ca9
25 changed files with 41 additions and 41 deletions

View File

@@ -2,7 +2,7 @@
## Overview
This server was generated by the [swagger-codegen](https://github.com/swagger-api/swagger-codegen) project. By using the
[swagger-spec](https://github.com/swagger-api/swagger-core/wiki) from a remote server, you can easily generate a server stub. This
[OpenAPI-Spec](https://github.com/swagger-api/swagger-core/wiki) 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](https://jax-rs-spec.java.net/) framework.