Galera,
To download a file in Spring, I'm using the GET method.
@RequestMapping(value = "/exportar/{tipo}", method = RequestMethod.GET)
@ResponseBody
public void exportar(HttpServletResponse response,@PathVariable TipoEnum tipo) throws IOEx...
asked by
24.04.2017 / 14:58