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
14 lines
475 B
YAML
14 lines
475 B
YAML
generatorName: spring
|
|
library: spring-cloud
|
|
outputDir: samples/openapi3/client/petstore/spring-cloud
|
|
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-cloud-oas3
|
|
interfaceOnly: "true"
|
|
singleContentTypes: "true"
|
|
hideGenerationTimestamp: "true"
|
|
useTags: "true"
|