forked from loafle/openapi-generator-original
* Update spring samples with current code. This is done so I can see my own changes better. * Regenerate samples after 2.2.2. * use baseName instead of paramName for spring annotations. * update spring petstore samples to show the effects.
Swagger generated server
Spring MVC Server
Overview
This server was generated by the swagger-codegen project. By using the OpenAPI-Spec, you can easily generate a server stub. This is an example of building a swagger-enabled server in Java using the Spring MVC framework.
The underlying library integrating swagger to Spring-MVC is springfox
You can view the server in swagger-ui by pointing to http://localhost:8002/v2/swagger-ui.html