forked from loafle/openapi-generator-original
* Add mutable model option to kotlin generators fix #3803 * doc * Change template name to modelMutable * Samples
6 lines
163 B
Bash
Executable File
6 lines
163 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./bin/kotlin-springboot-petstore-server.sh
|
|
./bin/kotlin-springboot-petstore-server-reactive.sh
|
|
./bin/kotlin-springboot-petstore-server-model-mutable.sh
|