typescript-generator
typescript-generator copied to clipboard
Support for RequestPart
trafficstars
Do you have or plan to support the @RequestPart of Spring Boot? @RequestParam works without problem but @RequestPart is completely ignored. It is used exactly the same as the param but works with form data values.
Any updates?
Is there a way to add manual resolution? What would be the steps to support it ?