openapi-generator-original/bin/configs/java-resttemplate-echo-api.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