mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-03 15:30:59 +00:00
* * Use Relative Imports for org.springframework.core.io.Resource * api.mustache: Add operationId to atOperation annotation * Overhaul atSchema annotation in model * Add spring-stubs-oas3.yaml test config * Optimize mustache templates * Use Relative Imports for DateTimeFormat, Pageable and ApiIgnore * Add spring-stubs-oas3.yaml test config * Generate all samples * Explain fromOperation override to support more logic-less templates. * Support RootUriTemplateHandler from spring-boot * Revert "Support RootUriTemplateHandler from spring-boot" This reverts commit 1915f8b19e391b1c570f1025931690a67afba3ea. * Evaluate additional property useSpringfox as Boolean * Generate all samples after merge (java-camel) * Fix typo * Move java-camel test deom samples.circleci.spring to samples.circleci profile. * re-generate all samples after merge * Generate samples and docs after merge * Generate samples after merge conflicts resolved
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
You can view the api documentation in swagger-ui by pointing to http://localhost:80/
Change default port value in application.properties