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
12 lines
420 B
YAML
12 lines
420 B
YAML
generatorName: kotlin-spring
|
|
outputDir: samples/server/petstore/kotlin-springboot-delegate
|
|
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"
|
|
delegatePattern: "true"
|
|
beanValidations: "true"
|