forked from loafle/openapi-generator-original
12 lines
447 B
YAML
12 lines
447 B
YAML
generatorName: spring
|
|
outputDir: samples/server/petstore/springboot
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/JavaSpring
|
|
additionalProperties:
|
|
documentationProvider: springfox
|
|
artifactId: springboot
|
|
snapshotVersion: "true"
|
|
hideGenerationTimestamp: "true"
|
|
camelCaseDollarSign: "true"
|
|
modelNameSuffix: 'Dto'
|