forked from loafle/openapi-generator-original
13 lines
432 B
YAML
13 lines
432 B
YAML
generatorName: kotlin-spring
|
|
outputDir: samples/client/petstore/kotlin-spring-cloud
|
|
library: spring-cloud
|
|
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"
|
|
serializableModel: "true"
|
|
beanValidations: "true"
|
|
interfaceOnly: "true"
|