forked from loafle/openapi-generator-original
* improve java native, apache client with better spec * fix java native async tests * regenerate java native tests
10 lines
373 B
YAML
10 lines
373 B
YAML
generatorName: java
|
|
outputDir: samples/client/petstore/java/native-async
|
|
library: native
|
|
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-native
|
|
hideGenerationTimestamp: "true"
|
|
asyncNative: "true"
|