mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-02-28 22:18:55 +00:00
* modify templates to enable possibility to add reactive or blocking request context * add logic to enable additional property * regenerate files * regenerate documentation * revert unrelated formatting changes * revert commented out code * add tests * refactor test to DRY them a bit * move tests around * increase tests coverage * fix for delegate * fix for delegate - and refactor tests * fix tests * refactor tests * add tests for delegate * add kotlin project compile check test for include-http-request-context * fix * fix * fix output folder naming. Add the sample to github action config file. * add missing interfaces to fix compilation * regenerate samples * fix also api_test.mustache to enable testing * add tests for generated tests
963 B
963 B
openAPIPetstore
This Kotlin based Spring Boot application has been generated using the OpenAPI Generator.
Getting Started
This document assumes you have either maven or gradle available, either via the wrapper or otherwise. This does not come with a gradle / maven wrapper checked in.
By default a pom.xml file will be generated. If you specified gradleBuildFile=true when generating this project, a build.gradle.kts will also be generated. Note this uses Gradle Kotlin DSL.
To build the project using maven, run:
mvn package && java -jar target/openapi-spring-1.0.0.jar
To build the project using gradle, run:
gradle build && java -jar build/libs/openapi-spring-1.0.0.jar
If all builds successfully, the server should run on http://localhost:8080/