forked from loafle/openapi-generator-original
* Fix cli options use tags and api name suffix * Add sample code generator for api suffix and tags * Fix FILES * trigger build * Add sample to github workflow
15 lines
582 B
YAML
15 lines
582 B
YAML
generatorName: spring
|
|
library: spring-cloud
|
|
outputDir: samples/openapi3/client/petstore/spring-cloud-oas3-fakeapi
|
|
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:
|
|
groupId: org.openapitools.openapi3
|
|
documentationProvider: springdoc
|
|
artifactId: spring-cloud-oas3
|
|
interfaceOnly: "true"
|
|
singleContentTypes: "true"
|
|
hideGenerationTimestamp: "true"
|
|
generatedConstructorWithRequiredArgs: "false"
|
|
useTags: "true"
|