2017年3月2日

Spring MVC------->version4.3.6-------->知识点------>实现Controller(编程思路)

摘要: Spring MVC: Controller Controller—— annotation-based programming 基本知识点: @Controller,@RequestMapping,@PathVariable, @RequestParam,@ModelAttribute, and 阅读全文

posted @ 2017-03-02 18:06 LXRM-JavaWeb、ML 阅读(180) 评论(0) 推荐(0) 编辑

Spring MVC------->version4.3.6-------->知识点------>DispatchServlet和它对应的WebApplicationContext

摘要: DispatchServlet 关键词 spring MVC DispatchSevlet url mapping两种配置方法:codebased配置;web.xml中配置 WebApplicationContext 它其实就是[servlet-name]-sevlet.xml WebApplica 阅读全文

posted @ 2017-03-02 11:27 LXRM-JavaWeb、ML 阅读(279) 评论(0) 推荐(0) 编辑

导航