SpringMVC實現頁面顯示helloSpringMVC(視圖定位方法)

步驟:詳細步驟都在代碼中,包括視圖定位的方法 原理: 用戶訪問 /index 根據web.xml中的配置 所有的訪問都會經過DispatcherServlet 根據 根據配置文件springmvc-servlet.xml ,訪問路徑/index 會進入IndexController類 在IndexController中指定跳轉到頁面index.jsp,並傳遞message數據 在index.jsp
相關文章
相關標籤/搜索