forked from loafle/openapi-generator-original
* update spring config file to use 3.0 spec * migrate spring config file to use 3.0 spec * update github workflow to cover more samples
12 lines
430 B
YAML
12 lines
430 B
YAML
generatorName: spring
|
|
outputDir: samples/openapi3/client/petstore/spring-stubs
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/JavaSpring
|
|
additionalProperties:
|
|
groupId: org.openapitools.openapi3
|
|
documentationProvider: springdoc
|
|
artifactId: spring-stubs
|
|
interfaceOnly: "true"
|
|
singleContentTypes: "true"
|
|
hideGenerationTimestamp: "true"
|