mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 12:40:53 +00:00
* replace MultiPartFile by Resource * fix SpringCodegenTest * new approach: small scoped fix * move to JDK17 workflow * update samples * fix formParams
11 lines
398 B
YAML
11 lines
398 B
YAML
generatorName: spring
|
|
outputDir: samples/server/petstore/springboot-file-delegate-optional
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/issue18345.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/JavaSpring
|
|
additionalProperties:
|
|
delegatePattern: true
|
|
useOptional: true
|
|
useSpringBoot3: true
|
|
artifactId: spring-boot-use-optional
|
|
hideGenerationTimestamp: "true"
|