使用ModelAndView解析jsp錯誤

問題 在Spring MVC的學習中,在以ModelAndView作爲目標方法的返回值時,運行的結果一直出現404的問題,提示jsp找不到。 解決方法: import org.springframework.web.portlet.ModelAndView; 改成:import org.springframework.web.servlet.ModelAndView;
相關文章
相關標籤/搜索