mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-25 11:00:52 +00:00
* First commit of the Java Play Framework server generator. It is highly based on Spring so there might me a couple of things that don't make sense (like options or parameters) for the Play Framework. * Fix suggestions in the PR discussion + add .bat and .sh file as requested. * Updated Readme.md file * Remove unused mustache file + fix baseName vs paramName in all the mustache files. * Fix the compilation error when we have a body which is a list or map. Doesn't fix the problem with the annotation itself. * Fix the problem with the Http.MultipartFormData.FilePart * Return a FileInputStream when the returnType is "file" + Fix a couple of other bugs with boolean + updated sample * Return an InputStream instead of FileInputStream (except in the instantiation) * A little cleanup for the form param of type file.
This is your new Play application ================================= This file will be packaged with your application when using `activator dist`.