forked from loafle/openapi-generator-original
* add echo tests with java native client * fix echo server * fix github * add npm install * update samples * add license header * update smaples * add test for array of string * fix java native respone type casting * better code format * add license header
9 lines
306 B
YAML
9 lines
306 B
YAML
generatorName: java
|
|
outputDir: samples/client/echo_api/java/native
|
|
library: native
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/echo_api.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Java
|
|
additionalProperties:
|
|
artifactId: echo-api-native
|
|
hideGenerationTimestamp: "true"
|