swagger-api/swagger-codegen
在 GitHub 查看SpringMVC: does not support regenerate code appropriately
Open
#2,260 创建于 2016年2月26日
Enhancement: GeneralServer: Springhelp wanted
描述
The SpringMVN generator creates the API files with:
// do some magic
return new ResponseEntity(...);
It would be better to create a service delegate (just like the JAX-RS generator), so it would be easier to regenerate the code.