We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473c551 commit e3bb3adCopy full SHA for e3bb3ad
1 file changed
bin/configs/kotlin-spring-boot-sort-validation.yaml
@@ -0,0 +1,16 @@
1
+generatorName: kotlin-spring
2
+outputDir: samples/server/petstore/kotlin-springboot-sort-validation
3
+library: spring-boot
4
+inputSpec: modules/openapi-generator/src/test/resources/3_0/spring/petstore-sort-validation.yaml
5
+templateDir: modules/openapi-generator/src/main/resources/kotlin-spring
6
+additionalProperties:
7
+ documentationProvider: none
8
+ annotationLibrary: none
9
+ useSwaggerUI: "false"
10
+ serviceImplementation: "true"
11
+ serializableModel: "true"
12
+ beanValidations: "true"
13
+ useSpringBoot3: "true"
14
+ generateSortValidation: "true"
15
+ useTags: "true"
16
+ requestMappingMode: api_interface
0 commit comments