forked from loafle/openapi-generator-original
* improve java native, apache client with better spec * fix java native async tests * regenerate java native tests
9 lines
376 B
YAML
9 lines
376 B
YAML
generatorName: java
|
|
outputDir: samples/client/petstore/java/apache-httpclient
|
|
library: apache-httpclient
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Java
|
|
additionalProperties:
|
|
artifactId: petstore-apache-httpclient
|
|
hideGenerationTimestamp: true
|