mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-24 02:20:51 +00:00
* [feign] add threetenbp support for feign clients * [okhttp] add threetenbp support for okhttp clients * [jersey] add threetenbp support for jersey clients * [retrofit2] add threetenbp support for retrofit2 clients * [spring] add threetenbp support for spring generators * add a workaround in tests for a bug in the petstore The petstore doesn't manage fractional digits of dates correctly when there are less than 3
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