forked from loafle/openapi-generator-original
12 lines
422 B
YAML
12 lines
422 B
YAML
generatorName: kotlin-spring
|
|
outputDir: samples/server/petstore/kotlin-springboot-modelMutable
|
|
library: spring-boot
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/kotlin-spring
|
|
additionalProperties:
|
|
serializableModel: "true"
|
|
swaggerAnnotations: "true"
|
|
serviceImplementation: "true"
|
|
beanValidations: "true"
|
|
modelMutable: "true"
|