forked from loafle/openapi-generator-original
13 lines
536 B
YAML
13 lines
536 B
YAML
generatorName: spring
|
|
outputDir: samples/server/petstore/springboot-reactive-noResponseEntity
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/spring/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/JavaSpring
|
|
additionalProperties:
|
|
groupId: org.openapitools.openapi3
|
|
artifactId: springboot-reactive-noResponseEntity
|
|
documentationProvider: springfox
|
|
reactive: "true"
|
|
hideGenerationTimestamp: "true"
|
|
delegatePattern: "true"
|
|
useResponseEntity: "false"
|