在使用ModelAndView时不要导入
import org.springframework.web.portlet.ModelAndView;
而要导入以下这个包
import org.springframework.web.servlet.ModelAndView;
在使用ModelAndView时不要导入
import org.springframework.web.portlet.ModelAndView;
而要导入以下这个包
import org.springframework.web.servlet.ModelAndView;