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
13 lines
458 B
YAML
13 lines
458 B
YAML
generatorName: kotlin-spring
|
|
outputDir: samples/server/petstore/kotlin-springboot-source-swagger1
|
|
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: source
|
|
annotationLibrary: swagger1
|
|
useSwaggerUI: "true"
|
|
serviceImplementation: "true"
|
|
serializableModel: "true"
|
|
beanValidations: "true"
|