项目中所有的源码都可以在此链接的仓库中找到:https://github.com/chenhaoxiang/uifuture-ssm
7.1.6 通过ModelAndView实现重定向
通过ModelAndView对象来实现重定向跳转。先在resources/redirect目录下创建一个演示页面。如代码清单7-5所示。
代码清单7-5:创建redirect/login.jsp演示页面
<%@ page contentType="text/html;charset=UTF-8" language="java" %>