SpringFramework中重定向
2021-07-15 04:04
标签:http enc map uri 定向 ppi mapping soscw str 需要在两个@Controller之间跳转,实现重定向 多看看官方文档还是有很多好处 SpringFramework中重定向 标签:http enc map uri 定向 ppi mapping soscw str 原文地址:https://www.cnblogs.com/52liming/p/9537314.html需求:
解决:
@PostMapping("/files/{path1}")
public String upload(...) {
// ...
return "redirect:files/{path2}";
}
Spring文档链接地址:
上一篇:python杂乱知识点
文章标题:SpringFramework中重定向
文章链接:http://soscw.com/index.php/essay/105401.html