[Kotlin SpringBoot Server] alternative: fix optional parameter not correctly declared in service (#2539)

* fix kotlin optional parameters

* ensure kotlin samples up to date
This commit is contained in:
Esteban Marin
2019-03-28 15:30:58 +01:00
committed by William Cheng
parent 3a0d520c38
commit 88cdbbc41f
8 changed files with 23 additions and 22 deletions

View File

@@ -24,6 +24,7 @@ declare -a scripts=(
"./bin/kotlin-client-string.sh"
"./bin/kotlin-client-threetenbp.sh"
"./bin/kotlin-server-petstore.sh"
"./bin/kotlin-springboot-petstore-server.sh"
"./bin/mysql-schema-petstore.sh"
"./bin/python-petstore-all.sh"
"./bin/openapi3/python-petstore.sh"