mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-18 06:40:51 +00:00
* 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
|