mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-05 07:01:01 +00:00
* Fix import for spring boot 3 and add a test for optional generation * Remove timestamp * Add sample to github workflow
15 lines
509 B
YAML
15 lines
509 B
YAML
generatorName: spring
|
|
library: spring-cloud
|
|
outputDir: samples/openapi3/client/petstore/spring-cloud-3-with-optional
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/JavaSpring
|
|
additionalProperties:
|
|
groupId: org.openapitools.openapi3
|
|
artifactId: spring-cloud-oas3
|
|
useSpringBoot3: "true"
|
|
dateLibrary: "java8"
|
|
useOptional: "true"
|
|
useSwaggerUI: "false"
|
|
hideGenerationTimestamp: "true"
|
|
documentationProvider: none
|