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>
10 lines
457 B
YAML
10 lines
457 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/springboot-spring-pageable-delegatePattern
|
|
artifactId: springboot-spring-pageable-delegatePattern
|
|
library: spring-boot
|
|
delegatePattern: true
|
|
additionalProperties:
|
|
hideGenerationTimestamp: 'true'
|