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

你可能感兴趣的:(java,测试)