mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-16 15:54:31 +00:00
9 lines
314 B
YAML
9 lines
314 B
YAML
generatorName: java
|
|
outputDir: samples/client/petstore/java/resttemplate
|
|
library: resttemplate
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
additionalProperties:
|
|
artifactId: petstore-resttemplate
|
|
hideGenerationTimestamp: "true"
|
|
java8: true
|