forked from loafle/openapi-generator-original
* [Kotlin] add spring boot 3 & jakarta extension support * [kotlin-spring] readme update & modified imports * use latest Spring Boot starter parent * use same options as in [Java] generator * new config kotlin-spring-boot-3 --------- Co-authored-by: jayandran sampath <jayandran.sampath@opencastsoftware.com>
14 lines
464 B
YAML
14 lines
464 B
YAML
generatorName: kotlin-spring
|
|
outputDir: samples/server/petstore/kotlin-springboot-3
|
|
library: spring-boot
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/kotlin-spring
|
|
additionalProperties:
|
|
documentationProvider: none
|
|
annotationLibrary: none
|
|
useSwaggerUI: "false"
|
|
serviceImplementation: "true"
|
|
serializableModel: "true"
|
|
beanValidations: "true"
|
|
useSpringBoot3: "true"
|