当前位置:   article > 正文

springboot指定域名后无路径时默认访问页面_springboot 如何配置 没有找到 controller url 跳转到默认url ?

springboot 如何配置 没有找到 controller url 跳转到默认url ?

在Controller中加入@RequestMapping("/")

 

  1. @RequestMapping("/")
  2. public ModelAndView index(@Autowired HttpServletRequest request, Model model) {
  3. UserModel user = (UserModel) request.getAttribute("plat.user");
  4. model.addAttribute("user", user);
  5. return new ModelAndView("platform/index", "index0", model);
  6. }

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/笔触狂放9/article/detail/224774
推荐阅读
相关标签
  

闽ICP备14008679号