swagger-api/swagger-codegen

SpringMVC: does not support regenerate code appropriately

Open

#2.260 aberto em 26 de fev. de 2016

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)HTML (5.474 forks)batch import
Enhancement: GeneralServer: Springhelp wanted

Métricas do repositório

Stars
 (12.701 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador