From 729a375cb31276a41ce03e2f77c27887f348409e Mon Sep 17 00:00:00 2001
From: wing328
Date: Sun, 2 Jun 2019 20:45:56 +0000
Subject: [PATCH] Deploy website
Deploy website version based on 7916f2f880838041aa74ddc0f8922e7068341be8
---
docs/generators/kotlin-spring.html | 5 +++--
docs/generators/kotlin-spring/index.html | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/docs/generators/kotlin-spring.html b/docs/generators/kotlin-spring.html
index b82582aab38c..e3dfc6f07054 100644
--- a/docs/generators/kotlin-spring.html
+++ b/docs/generators/kotlin-spring.html
@@ -31,13 +31,14 @@ sidebar_label: kotlin-spring
serverPort
configuration the port in which the sever is to run on
8080
modelPackage
model package for generated code
org.openapitools.model
apiPackage
api package for generated code
org.openapitools.api
-
exceptionHandler
generate default global exception handlers
true
+
exceptionHandler
generate default global exception handlers (not compatible with reactive. enabling reactive will disable exceptionHandler )
true
gradleBuildFile
generate a gradle build file using the Kotlin DSL
true
swaggerAnnotations
generate swagger annotations to go alongside controllers and models
false
serviceInterface
generate service interfaces to go alongside controllers. In most cases this option would be used to update an existing project, so not to override implementations. Useful to help facilitate the generation gap pattern
false
serviceImplementation
generate stub service implementations that extends service interfaces. If this is set to true service interfaces will also be generated
false
useBeanValidation
Use BeanValidation API annotations to validate data types