forked from loafle/openapi-generator-original
* [kotlin-spring] use org.springframework.core.io.Resource for file handling * run ./bin/kotlin-springboot-petstore-server.sh * run ./bin/kotlin-springboot-petstore-server.sh after building the CLI * use MultipartFile for file in form and the specified type otherwise * remplace tab with space * [kotlin-springboot] replace all instance of MultipartFile by Resource * run ./bin/kotlin-springboot-petstore-server.sh