return new ModelAndView("redirect:[MappingPath]");

return "redirect:[MappingPath]";

比如页面是 aPage.html,则重定向为 return new ModelAndView("redirect:aPage"); 或 return "redirect:aPage";

END

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
  • 2022-12-23
  • 2022-02-11
  • 2021-11-12
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案