mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-21 16:20:51 +00:00
10 lines
419 B
YAML
10 lines
419 B
YAML
generatorName: java
|
|
outputDir: samples/client/petstore/java/microprofile-rest-client-3.0-jackson
|
|
library: microprofile
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Java
|
|
additionalProperties:
|
|
serializationLibrary: jackson
|
|
artifactId: microprofile-rest-client-3-jackson
|
|
configKey: petstore
|
|
microprofileRestClientVersion: "3.0" |