forked from loafle/openapi-generator-original
* Added HttpClient5 flavour to Java OpenFeign client generator. * Converted templates intendation to spaces. * Added the new sample folder to GH wf so that the CI can test the change. * Added the missing auto-generated docs/samples files. * Converted indentation to spaces also in the modified Java class.
9 lines
379 B
YAML
9 lines
379 B
YAML
generatorName: java
|
|
outputDir: samples/client/petstore/java/feign-hc5
|
|
library: feign-hc5
|
|
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:
|
|
booleanGetterPrefix: is
|
|
artifactId: petstore-feign-hc5
|
|
hideGenerationTimestamp: "true" |