forked from loafle/openapi-generator-original
* fix default value, update spec to 3.0 * add tests for container default value * update java camel samples * remove samples/openapi3/server/petstore/springboot-beanvalidation-no-nullable * remove ./bin/configs/spring-boot-beanvalidation-no-nullable-oas3.yaml * remove samples/openapi3/server/petstore/springboot-useoptional * remove samples/openapi3/server/petstore/springboot-reactive * update github workflow * fix default in add, put operation
13 lines
531 B
YAML
13 lines
531 B
YAML
generatorName: spring
|
|
outputDir: samples/server/petstore/springboot-virtualan
|
|
library: spring-boot
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/spring/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/JavaSpring
|
|
additionalProperties:
|
|
documentationProvider: springdoc
|
|
apiPackage: org.openapitools.virtualan.api
|
|
modelPackage: org.openapitools.virtualan.model
|
|
virtualService: true
|
|
artifactId: springboot-virtualan
|
|
hideGenerationTimestamp: "true"
|