forked from loafle/openapi-generator-original
* update spring config file to use 3.0 spec * migrate spring config file to use 3.0 spec * update github workflow to cover more samples
12 lines
536 B
YAML
12 lines
536 B
YAML
generatorName: spring
|
|
outputDir: samples/server/petstore/springboot-spring-pageable-delegatePattern-without-j8
|
|
library: spring-boot
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/spring/petstore-with-fake-endpoints-models-for-testing-with-spring-pageable.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/JavaSpring
|
|
delegatePattern: true
|
|
java8: false
|
|
additionalProperties:
|
|
documentationProvider: springfox
|
|
artifactId: springboot-spring-pageable-delegatePattern-without-j8
|
|
hideGenerationTimestamp: 'true'
|