mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 18:45:23 +00:00
2dc0220874
* 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
|