mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-29 04:00:51 +00:00
10 lines
371 B
YAML
10 lines
371 B
YAML
generatorName: java-vertx
|
|
outputDir: samples/server/petstore/java-vertx/rx
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/JavaVertXServer
|
|
additionalProperties:
|
|
artifactId: java-vertx-rx-server
|
|
hideGenerationTimestamp: "true"
|
|
vertxSwaggerRouterVersion: 1.4.0
|
|
rxInterface: "true"
|