forked from loafle/openapi-generator-original
13 lines
454 B
YAML
13 lines
454 B
YAML
generatorName: kotlin-spring
|
|
outputDir: samples/openapi3/server/petstore/kotlin-springboot-reactive
|
|
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: springdoc
|
|
annotationLibrary: swagger2
|
|
useSwaggerUI: "true"
|
|
serviceImplementation: "true"
|
|
reactive: "true"
|
|
beanValidations: "true"
|