摘要: method:@Controller@RequestMapping("/test")public String MyController{ @RequestMapping("/begin") public String hi(HttpServletRequest request){ String n... 阅读全文
posted @ 2015-03-18 13:21 lindaZ 阅读(261) 评论(0) 推荐(0)
摘要: method:@Controller@RequestMapping("/test")public String MyController{ @RequestMapping("/begin") public String hi(HttpServletRequest request){ String n... 阅读全文
posted @ 2015-03-18 13:19 lindaZ 阅读(77) 评论(0) 推荐(0)
摘要: 1."File-->New-->WebProject"新建一个web项目,命名为springMvc 2.将所需要用到的jar包复制到WEB-INF/lib路径下,然后右键项目,Build Path-->Configure Build Path,在Libraries选项卡中选择Add J... 阅读全文
posted @ 2015-03-18 13:09 lindaZ 阅读(2098) 评论(0) 推荐(0)