forked from loafle/openapi-generator-original
* Lowercase first char and not first letter for variable names * Samples * Limit caml case fix impact with cli a property
11 lines
422 B
YAML
11 lines
422 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"
|