openapi-generator/samples/server/petstore/spring-mvc-j8-async
Jérémie Bresson 4d7fc046f3
[JaxRS] Add "validation-api" dependency in jetty (#30)
Fix #28 

* Add "javax.validation:validation-api" dependency in jetty
* Update JaxRS and Spring samples
2018-05-13 18:12:01 +02:00
..
.openapi-generator Generate java spring OAS2 (#216) 2018-04-24 16:26:52 +02:00
src/main Regenerate samples (#367) 2018-05-08 16:44:51 +08:00
.openapi-generator-ignore Rename default package for spring generator (#221) 2018-04-24 18:20:44 +02:00
pom.xml [JaxRS] Add "validation-api" dependency in jetty (#30) 2018-05-13 18:12:01 +02:00
README.md Add reactive option for Spring Boot (webflux) 2018-05-05 17:26:08 +02:00

OpenAPI generated server

Spring MVC Server

Overview

This server was generated by the OpenAPI Generator project. By using the OpenAPI-Spec, you can easily generate a server stub. This is an example of building a OpenAPI-enabled server in Java using the Spring MVC framework.

The underlying library integrating OpenAPI to Spring-MVC is springfox

You can view the server in swagger-ui by pointing to http://localhost:8002/v2/swagger-ui.html