mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-03 14:10:56 +00:00
* add lombok model support on spring * use regex to adapt annotation with parenthesis * add ut case * add samples * add samples * fix github workflow * fix github workflow
10 lines
471 B
YAML
10 lines
471 B
YAML
generatorName: spring
|
|
outputDir: samples/server/petstore/springboot-lombok-data
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/JavaSpring
|
|
additionalProperties:
|
|
groupId: org.openapitools.openapi3
|
|
artifactId: springboot-lombok-data
|
|
hideGenerationTimestamp: "true"
|
|
additionalModelTypeAnnotations: "@lombok.Data;@lombok.Builder;@lombok.NoArgsConstructor;@lombok.AllArgsConstructor"
|