forked from loafle/openapi-generator-original
* add x-kotlin-implements * implement tests * update samples * fix tests - forbidden api issue * add samples * add samples. use Pageable only for server-side * add support for auto-detecting x-spring-paginated in Spring Boot operations * fix maven dependencies import * add unit tests * add support for vendor extension * remove files * fix samples * fix docs * implement suggestions from CR. Fix declarative interface naming. * move import around * add x-operation-extra-annotation * make sure the PageableAsQueryParam does not remove already present x-operation-extra-annotation content * support also list format * regenerate samples and docs * regenerate samples and docs * force tests rerun * remove files * add files * trigger test rerun
openAPIStuffAPICreatedToReproduceIssue
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/