在使用ModelAndView时不要导入
import org.springframework.web.portlet.ModelAndView;而要导入以下这个包
import org.springframework.web.servlet.ModelAndView;
本文共 189 字,大约阅读时间需要 1 分钟。
在使用ModelAndView时不要导入
import org.springframework.web.portlet.ModelAndView;而要导入以下这个包
import org.springframework.web.servlet.ModelAndView;
转载于:https://www.cnblogs.com/20000ding/p/5155117.html