openapi-generator/modules/openapi-generator-online
Jeremie Bresson a08f8d13e0 Merge remote-tracking branch 'origin/3.3.x' into 4.0.x
Conflicts:
	modules/openapi-generator-online/Dockerfile
	samples/*
2018-08-26 09:13:39 +02:00
..
.openapi-generator [C++][Pistache] Fix optional error and wrong function signatures (#264) 2018-06-22 09:12:35 +08:00
src/main Forbiddenapis check and fix (#672) 2018-08-22 06:06:01 +02:00
.openapi-generator-ignore Move online gen from jersey to spring boot (#44) 2018-05-16 00:57:44 +08:00
Dockerfile [build] create jar without version in openapi-generator-online (#876) 2018-08-24 08:50:26 +02:00
pom.xml Merge remote-tracking branch 'origin/3.3.x' into 4.0.x 2018-08-26 09:13:39 +02: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