原因: mvc org.springframework.web.servlet.DispatcherServlet contextConfigLocation classpath*:/mvc.xml 1 mvc /* 将url-pattern中/*改为/ 配置对所有请求进行了拦截,controller对视图进行分发的时候又拦截。