forked from loafle/openapi-generator-original
* Adding DocumentationProvider and SwaggerUI to Kotlin Spring * Fixing annotation errors * Fixes to homeController * Minor stylistic fixes * Removing parameter from docs * Structuring pom, making gradle file similar to pom * Updating samples
14 lines
481 B
YAML
14 lines
481 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:
|
|
documentationProvider: springdoc
|
|
annotationLibrary: swagger2
|
|
useSwaggerUI: "true"
|
|
serializableModel: "true"
|
|
serviceImplementation: "true"
|
|
beanValidations: "true"
|
|
modelMutable: "true"
|