forked from loafle/openapi-generator-original
15 lines
533 B
YAML
15 lines
533 B
YAML
generatorName: kotlin-spring
|
|
outputDir: samples/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"
|
|
# the following option is set to true by default
|
|
#useFlowForArrayReturnType: "true"
|