java中的mvc模式完善

1.在web-inf下創建template文件夾,將login.jsp,main.jsp,fail.jsp放到template下 2.在logincontroller中修改跳轉路徑 3.在entity文件夾下創建User,定義私有成員變量,添加get和post方法,添加如下代碼: 4.在service文件夾新建userService類, 5.在loginController 中調用service
相關文章
相關標籤/搜索