mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
* 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
|