mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-24 01:30:51 +00:00
* #14141 Add externalDocs to @Operation to the JavaSpring generator * #14141 Add externalDocs to @Operation to the JavaSpring generator : fix mustache template with #hasExternalDocs * #14141 Add externalDocs to @Operation to the JavaSpring generator: fix indentation * #14141 Add externalDocs to @Operation to the JavaSpring generator: fix carriage return * #14141 Add externalDocs to @Operation to the JavaSpring generator: regenerate the spring-boot-oas3.yaml sample * #14141 Add externalDocs to @Operation to the JavaSpring generator: generate-samples.sh * #14141 Add externalDocs to @Operation to the JavaSpring generator: remove hasExternalDocs * Fix ExternalDocumentation import generation and order * #14141 Add externalDocs to @Operation to the JavaSpring generator: generate-samples.sh
Getting Started
This document assumes you have maven available.
To build the project using maven, run:
mvn package
To run the project, run the jar or use maven exec plugin:
mvn exec:java
If all builds successfully, the server should run on http://localhost:8080/