forked from loafle/openapi-generator-original
* add builder pattern to java client and spring generator * regenerate samples * update doc --------- Co-authored-by: jpfinne <jeanpaul@finne.be>
12 lines
463 B
YAML
12 lines
463 B
YAML
generatorName: spring
|
|
outputDir: samples/openapi3/server/petstore/spring-boot-oneof
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/oneof_polymorphism_and_inheritance.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/JavaSpring
|
|
additionalProperties:
|
|
groupId: org.openapitools.openapi3
|
|
documentationProvider: springdoc
|
|
artifactId: springboot-oneof
|
|
snapshotVersion: "true"
|
|
hideGenerationTimestamp: "true"
|
|
generateBuilders: true
|