mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 12:40:53 +00:00
* addition: api response examples; spring's api.mustache generates response examples * update samples * added 2 sample configs; adsjuted to only generate examples for application/json * added test * remove accidentally added files * small cleanup * add new samples to workflow --------- Co-authored-by: GlobeDaBoarder <glebivashyn@gmail.com> Co-authored-by: William Cheng <wing328hk@gmail.com>
14 lines
510 B
YAML
14 lines
510 B
YAML
generatorName: spring
|
|
outputDir: samples/server/petstore/springboot-api-response-examples
|
|
library: spring-boot
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/spring/api-response-examples_issue17610.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/JavaSpring
|
|
additionalProperties:
|
|
artifactId: springboot-api-response-examples
|
|
documentationProvider: springdoc
|
|
useSpringBoot3: true
|
|
java8: true
|
|
delegatePattern: true
|
|
useBeanValidation: true
|
|
hideGenerationTimestamp: "true"
|