forked from loafle/openapi-generator-original
* Created kotlin jvm spring restclient * Fixed kotlin jvm-spring-restclient * Fixed earlier problems * Fixed earlier problems * Updated kotlin.md
11 lines
421 B
YAML
11 lines
421 B
YAML
generatorName: kotlin
|
|
outputDir: samples/client/petstore/kotlin-jvm-spring-3-restclient
|
|
library: jvm-spring-restclient
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
|
|
additionalProperties:
|
|
artifactId: kotlin-petstore-spring-restclient
|
|
enumUnknownDefaultCase: true
|
|
serializationLibrary: jackson
|
|
useSpringBoot3: true
|