@PostMapping("/files/{path1}") public String upload(...) { // ... return "redirect:files/{path2}"; }
多看看官方文档还是有很多好处