Files
openapi-generator-original/bin/configs/jaxrs-spec-interface-response.yaml
William Cheng f033b11408 Update JAX-RS client samples (#17262)
* update jaxrs client samples

* move configs
2023-11-30 21:39:42 +08:00

11 lines
470 B
YAML

generatorName: jaxrs-spec
outputDir: samples/server/petstore/jaxrs-spec-interface-response
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml
templateDir: modules/openapi-generator/src/main/resources/JavaJaxRS/spec
additionalProperties:
artifactId: jaxrs-spec-interface-response-petstore-server
interfaceOnly: "true"
serializableModel: "true"
hideGenerationTimestamp: "true"
returnResponse: "true"