mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-02 21:50:55 +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
12 lines
527 B
YAML
12 lines
527 B
YAML
generatorName: spring
|
|
outputDir: samples/server/petstore/springboot-lombok-tostring
|
|
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-tostring
|
|
hideGenerationTimestamp: "true"
|
|
performBeanValidation: "true"
|
|
useSpringBoot3: "true"
|
|
additionalModelTypeAnnotations: "@lombok.Getter;@lombok.Setter;@lombok.ToString;@lombok.EqualsAndHashCode"
|