mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
10 lines
371 B
YAML
10 lines
371 B
YAML
generatorName: java
|
|
outputDir: samples/client/echo_api/java/okhttp-gson
|
|
#library: okhttp-gson
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/echo_api.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Java
|
|
additionalProperties:
|
|
artifactId: echo-api-okhttp-gson
|
|
hideGenerationTimestamp: "true"
|
|
disallowAdditionalPropertiesIfNotPresent: true
|