mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-22 09:30:02 +00:00
* [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