forked from loafle/openapi-generator-original
* kotlin spring : add reactivity via kotlin's coroutines * add kotlin spring boot reactive samples * bug : fix spring version and import for coroutines * remove exception handler for reactive (webflux doesn't support it) * add spring milestone repository to maven pom * add reactive type for list in Api and ApiImpl methodes for mathching body responsive parameter * fix baseType for ArraySchema * regenerate samples * updating documentation
5 lines
124 B
Bash
Executable File
5 lines
124 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./bin/openapi3/kotlin-springboot-petstore-server.sh
|
|
./bin/openapi3/kotlin-springboot-petstore-server-reactive.sh
|