forked from loafle/openapi-generator-original
* + Cookie parameter generation fixed * Added cookie parameter mustache template for generating cookie related code * Adapted kotlin-spring api templates to include cookie parameters * Added tests for evaluating cookie parameter code generation * Added configuration sample for the new cookie use case * - Unused fake cases removed * Removed fake cases from openapi spec that were not related to cookie usage * Cleaned sample files
9 lines
412 B
YAML
9 lines
412 B
YAML
generatorName: kotlin-spring
|
|
outputDir: samples/server/petstore/kotlin-springboot-request-cookie
|
|
library: spring-boot
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/kotlin/petstore-with-fake-endpoints-for-testing-with-cookie.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/kotlin-spring
|
|
additionalProperties:
|
|
appendRequestToHandler: true
|
|
interfaceOnly: true
|
|
useSpringBoot3: true |