forked from loafle/openapi-generator-original
* Supporting Gson decoder in Feign * Supporting Gson decoder in Feign * Fixing test failures - and ensuring Jackson is used as the default if nothing selected (back compatible) * Adding in sample files * Updating docs * Switching to echo server version * Adding feign-gson to the github workflow * Empty-Commit
10 lines
342 B
YAML
10 lines
342 B
YAML
generatorName: java
|
|
outputDir: samples/client/echo_api/java/feign-gson
|
|
library: feign
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/echo_api.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Java
|
|
additionalProperties:
|
|
serializationLibrary: gson
|
|
artifactId: echo-api-feign-json
|
|
hideGenerationTimestamp: "true"
|