spring mvc ModelAndView 404的原因

在使用ModelAndView时不要导入


import org.springframework.web.portlet.ModelAndView;

而要导入以下这个包

import org.springframework.web.servlet.ModelAndView;

原文地址:https://www.cnblogs.com/20000ding/p/5155117.html