forked from loafle/openapi-generator-original
* Introduce RequestMappingMode option * generate docs * Add test case using interfaceOnly * Generate Samples * Add requestMappingMode: iface to bin/configs/spring-boot-oas3.yaml * Restore #12250: Move Feign Client url parameter under condition. * Rename iface to api_interface.
12 lines
435 B
YAML
12 lines
435 B
YAML
generatorName: spring
|
|
outputDir: samples/openapi3/server/petstore/springboot
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/JavaSpring
|
|
additionalProperties:
|
|
groupId: org.openapitools.openapi3
|
|
documentationProvider: springdoc
|
|
artifactId: springboot
|
|
snapshotVersion: "true"
|
|
hideGenerationTimestamp: "true"
|
|
requestMappingMode: api_interface
|