openapi-generator/modules/openapi-generator-online
Ramzi Maalej 3100afce26 second part of fixing Sonar issues (#2295)
* fix sonar issues

* fix csharp model issue

* refactor code
2019-03-20 15:12:00 +08:00
..
.openapi-generator [C++][Pistache] Fix optional error and wrong function signatures (#264) 2018-06-22 09:12:35 +08:00
src second part of fixing Sonar issues (#2295) 2019-03-20 15:12:00 +08:00
.openapi-generator-ignore Move online gen from jersey to spring boot (#44) 2018-05-16 00:57:44 +08:00
Dockerfile Remove version in the copied jar 2018-08-31 10:26:10 +02:00
pom.xml Set version to 4.0.0-SNAPSHOT 2019-02-01 00:03:51 +01:00
README.md Grammar and spelling fixes (#329) 2018-06-17 00:49:01 +08:00
sample.json Minor improvements to OpenAPI Generator Online (#54) 2018-05-16 02:11:40 +08:00

OpenAPI generated server

Spring Boot 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 SpringBoot framework.

The underlying library integrating OpenAPI to SpringBoot is springfox

Start your server as a simple java application

Change default port value in application.properties