From c8ec7c2d83ba1b37c0f8a88dbf69b123036ba673 Mon Sep 17 00:00:00 2001
From: wing328
Date: Thu, 27 Jun 2019 16:55:27 +0000
Subject: [PATCH] Deploy website
Deploy website version based on 73966a0152f17ad26488f21df95909b574e00511
---
docs/generators/kotlin-spring.html | 3 ++-
docs/generators/kotlin-spring/index.html | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/generators/kotlin-spring.html b/docs/generators/kotlin-spring.html
index a9495f426dd..cdb104205ec 100644
--- a/docs/generators/kotlin-spring.html
+++ b/docs/generators/kotlin-spring.html
@@ -38,7 +38,8 @@ sidebar_label: kotlin-spring
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 | | true |
reactive | use coroutines for reactive behavior | | false |
+interfaceOnly | Whether to generate only API interface stubs without the server files. | | false |
library | library template (sub-template) | - spring-boot
- Spring-boot Server application.
| spring-boot |
-Last updated on 2019-6-6