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