forked from loafle/openapi-generator-original
Co-authored-by: Mathias Hinterndorfer <mathias.hinterndorfer@joyn-it.at> Co-authored-by: Mathias Hinterndorfer <mathias.hinterndorfer@gmail.com> Co-authored-by: Jim Schubert <james.schubert@gmail.com>
9 lines
402 B
YAML
9 lines
402 B
YAML
generatorName: spring
|
|
templateDir: modules/openapi-generator/src/main/resources/JavaSpring
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing-with-spring-pageable.yaml
|
|
outputDir: samples/server/petstore/spring-mvc-spring-pageable
|
|
artifactId: spring-mvc-spring-pageable
|
|
library: spring-mvc
|
|
additionalProperties:
|
|
hideGenerationTimestamp: 'true'
|